luxas / kubeadm-workshop

Showcasing a bare-metal multi-platform kubeadm setup with persistent storage and monitoring
MIT License
680 stars 190 forks source link

Problems with kubeadm init with 1.6.0 #6

Closed rhuss closed 7 years ago

rhuss commented 7 years ago

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 after kubeadm init.

rhuss commented 7 years ago

Fixed with kubeadm 1.6.1 (still have issues with weave though :)

luxas commented 7 years ago

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