-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Error getting primary cp: could not find master node #6943
Comments
We're also getting this on 18.04. The environment to reproduce is https://katacoda.com/courses/kubernetes/launch-single-node-cluster Run:
Update: If we remove the minikube directory (created for 1.6) it starts to boot.
|
Thanks for the workaround. I have verified that minikube starts fine after flushing the minikube directory (created for minikube 1.6). |
Seems to be an issue, when "upgrading" old machines (i.e. profiles) from 1.6 to 1.8 ? The NodeType was changed from "Master" to "ControlPlane", without an upgrade path: ping @sharifelgamal BTW; You would think that the error message would be "could not find control plane node" |
yeah this is fixable. I'll add some backwards compatibility and fix the error message. |
I have same issue, on Mac, same build. Where would I find this .minikube directory? |
it should be in your home directory, usually under /Users/<username> |
Ok so confirming the fix above however be cautious. your .minikube directory contains config for how you run minikube so only delete it if you remember how you set up minikube in the first place. In my case, I had set up minikube using virtual box and deleting the .minikube directory wiped out that setup config so I had to...
|
Fixed in v1.8.2. It's worth noting: |
I am on this Mac ...
I have installed minikube thus ...
Here's the version of minikube installed ...
I try to start minikube and face issue ...
The text was updated successfully, but these errors were encountered: