Closed vorburger closed 5 years ago
Oh, this was just because after I ran my switch-k8s-to-COE-on-OpenStack.sh
I manually did sudo kubeadm reset -f
, not realizing that this apparently wipes /etc/cni/net.d/
... so manually doing (re-doing, as the script does) sudo cp odlovs-cni-master.conf /etc/cni/net.d/
did the trick! (It takes a moment to get picked up.)
[fedora@coe2-master ~]$ kubectl get nodes
NAME STATUS ROLES AGE VERSION
coe2-master.rdocloud Ready master 25m v1.13.1
coe2-node1.rdocloud Ready <none> 22m v1.13.1
coe2-node2.rdocloud Ready <none> 20m v1.13.1
After a complete fresh from scratch re-install, as of 5659a8e8fccd94984497ad48b8a27e179735f824, I have:
because: