04-18-2018, 07:52 AM
I encountered an error with kubernetes last two versions (v1.10.0 and v1.10.1). I was only able to make it work with v1.9.6.
So if anyone has the same issue, you can replace the kubernetes installation of @maya.b with :
I had no issue with everything else
So if anyone has the same issue, you can replace the kubernetes installation of @maya.b with :
Code:
apt-get -y install kubectl=1.9.6-00 kubelet=1.9.6-00 kubernetes-cni=0.6.0-00 kubeadm=1.9.6-00
I had no issue with everything else