kubeadm-scripts icon indicating copy to clipboard operation
kubeadm-scripts copied to clipboard

Scripts & Kubernetes manifests for Kubeadm Kubernetes cluster setup

Results 8 kubeadm-scripts issues
Sort by recently updated
recently updated
newest added

i am using public ip for that [kubelet-check] Initial timeout of 40s passed. Unfortunately, an error has occurred: timed out waiting for the condition This error is likely caused by:...

getting following errors from current commands: ```sh vagrant@master-node:~$ sudo apt-get update -y Hit:1 http://us.archive.ubuntu.com/ubuntu jammy InRelease Hit:2 http://us.archive.ubuntu.com/ubuntu jammy-updates InRelease Hit:3 http://us.archive.ubuntu.com/ubuntu jammy-backports InRelease Get:4 http://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable:/cri-o:/1.23/xUbuntu_20.04 InRelease [1,626 B] Hit:5...

Hey, I was deploying and some ot the nodes didn't share the network interface eth0, so to avoid that problem, interface is a variable that automatically is get by the...

30COMTECHIES no longer works

ETH_DEVICE should not be hard coded to eth0, this allows the caller to set the var before running the script. Added similar defaults for POD_CIDR PUBLIC_IP_ACCESS

In the master.sh script, there is a command that will almost always fail: `MASTER_PRIVATE_IP=$(ip addr show eth1 | awk '/inet / {print $2}' | cut -d/ -f1)` This is due...