Problems with kubeadm init with 1.6.0
rhuss opened this issue · 2 comments
rhuss commented
Because of kubernetes/kubeadm#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 after kubeadm init
.
rhuss commented
Fixed with kubeadm 1.6.1 (still have issues with weave though :)
luxas commented
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