I am trying to install kubernetes on Ubuntu 18.04. I executed the following command:
curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add -
echo 'deb http://apt.kubernetes.io/ kubernetes-xenial main' | tee /etc/apt/sources.list.d/kubernetes.list
apt-get install kubelet kubeadm kubectl -y
I get the following error:
No apt package "kubeadm", but there is a snap with that name. Try "snap install kubeadm"