astroiorew.blogg.se

Install kubernetes cluster ubuntu
Install kubernetes cluster ubuntu








install kubernetes cluster ubuntu

See the GitHub issue regarding swap on Kubernetes for details. The swap feature has to be disabled because it is not supported by Kubernetes. Sudo apt-mark hold kubelet kubeadm kubectl Ensure swap is disabled # Prevent them from being updated automatically

#Install kubernetes cluster ubuntu install#

Sudo apt-get install -y kubelet kubeadm kubectl Sudo curl -fsSLo /usr/share/keyrings/kubernetes-archive-keyring.gpg \Įcho "deb kubernetes-xenial main" \ You need to ensure the versions of kubeadm, kubelet and kubectl are compatible. Sudo usermod -aG docker $USER Install kubeadm, kubelet & kubectl # Allow current user access to docker command line # Restart docker to load new configuration Sudo mkdir -p /etc/docker cat <








Install kubernetes cluster ubuntu