-
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
Minikube start with multi node failed with default name #9810
Comments
Yeah I've seen this happen before, but I'm not sure what causes it. It's some sort of config corruption, which is usually fixed by |
Still an issue in minikube 1.17 |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
this seems to have been fixed
|
minikube start failed with multi nodes and default name, but it won't fail if i specify -p
./out/minikube start -n 2 --alsologtostderr
Please find the full log in the attachment.
output.txt
./out/minikube start -n 2 -p p1 works fine for me.
The text was updated successfully, but these errors were encountered: