Open julianstephen opened 7 years ago
Oh, I see. It broke due to the new v1.8 branching thing. Well, can you please manually set the kubernetesVersion to v1.7.0-alpha.2? IIRC that was the one I used.
This is a bit temporary and hack-ish atm since we're waiting for the stable v1.7 release that will ship with the required parts for this workshop to work.
I'll update this workshop as soon as there is a stable v1.7 beta we can rely on, thank you :)
Awesome! Nodes are joining now. Did not think to try the 1.7.0-alpha (should've guessed that is the version you used because of the custom metrics) . Thanks a lot for the quick reply, and some more for the great writeup.
Should I close this or leave it open for someone else running into the same issue? I just saw that the 1.8-alpha branch was made 6 days ago, so probably this wasn't broken for anyone who tried before 6 days :-).
Was trying out the workshop and ran into some trouble when minion nodes try to join the master. Running on 16.04 (xenial).
kubeadm join --token token ip:port is getting stuck at
I was wondering if it was because of version mismatch as per https://github.com/kubernetes/kubeadm/issues/217 . Since it looked like kubeadm installed the v1.8.0-alpha version for the server, I tried changing the kubernetes-version in kubeadm.yaml to v1.6.4, but this is resulting in my kubeadm init getting stuck at
Retried init after a kubeadm reset, but no luck so far.