-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kubernetes 1.7 is there and our Vagrant kubeadm setup does not work anymore #286
Comments
/cc @kubevirt/maintainers |
I can start working on this shortly, but if someone has time right now, feel free to pick it. |
Got it: kubernetes/kubeadm#335 |
Provided a temporary fix in #288 |
As mentioned in kubernetes/kubernetes#48480 the root cause of this appears to be a race condition (already merged into upstream git). In order to get Kubernetes 1.7 working before that patch hits, I simply recreated my vagrant nodes until everything came up properly. It took two re-creates for me. YMMV |
Per kubernetes/kubeadm#335 (comment), |
Windows: No error for no endpoint on DEL. Ipam clean-up on ADD failure
Signed-off-by: Quique Llorente <ellorent@redhat.com>
Yes it is that time again :)
Kubeadm tries to deploy Kubernets 1.7 after a fresh
vagrant up
. The master comes up properly, but the node can't register with the provided token.The error message is:
There were some changes regarding to the token and bootstrapping.
The text was updated successfully, but these errors were encountered: