Closed rhuss closed 7 years ago
Fixed with kubeadm 1.6.1 (still have issues with weave though :)
Yep, focused on getting v1.6.1 out and fixing the issue for kubeadm officially first before fixing my own project ;) will switch to kubeadm stable channel soon
Because of https://github.com/kubernetes/kubeadm/issues/212 the init of the master fails.
Seems like an hen-and-egg issue:
kubeadm
waits for an cni plugin to be installed until the first node is considered to be running, but the cni plugin (weave) is only installed afterkubeadm init
.