-
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
Failed to start minikube after update to 0.26.1 #2786
Comments
have the same issue on High Serria |
I've had the same on linux mint, ubuntu and windows 10 home. This is a duplicate of #2765 |
@DickChesterwood thanks, |
I installed 0.26.1 from scratch. No previous Minikube and got this problem. delete & start did not solve the problem. Had to revert to 0.25.2 too, and working fine. Windows 10 Pro, VirualBox 5.2.12 |
I think this has been fixed I think this was fixed with #2791 |
EDIT: I can start v0.28.2 using
Original comment: The vm is up but kube-proxy does not startup properly. Running under VMware Fusion 10.1.2 on Mac OS X 10.11.6. I have tried minikube versions: 0.26.1, 0.28.0, and 0.28.2. This is from latest, minikube version 0.28.2:
Pods:
Docker:
|
Environment:
What happened:
After updating from
0.25.2
to0.26.1
minikube failed to create a cluster.What you expected to happen:
minikube
creates cluster successfuly.How to reproduce it (as minimally and precisely as possible):
minikube start
Output of
minikube logs
(if applicable):Anything else do we need to know:
I downgraded minikube back to
0.25.2
and it's working fine.Workaround:
it can be fixed with
minikube delete
after updating to new version, see #2786 (comment)The text was updated successfully, but these errors were encountered: