-
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
hyperv: failure: start: exit status 1 (not running minikube as admin?) #5627
Comments
I think the issue might have been with minikube not running as admin...we should detect that somehow and fail a bit more gracefully. I managed to get it working:
|
I totally agree that minikube needs to fail gracefully. According to me the following file needs a fix urgently https://github.com/kubernetes/minikube/blob/master/cmd/minikube/cmd/start.go . The code below will delete your minikube VM because of any reason. That means that if for some reason you didn't have enough memory to start minikube VM, IT WILL GET DELETED 5 TIMES. Not only you wait 5 useless retry but also you lose everything you did in your minikube VM. I don't think the code below make any sense. 'minikube start' should never delete the VM. We should explicitly use 'minikube delete' if we ever think the solution is to delete the minikube VM.
|
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
The exact command to reproduce the issue:
minikube start --vm-driver=hyperv
The full output of the command that failed:
The output of the
minikube logs
command:n/a
The operating system version:
Microsoft Windows 10 Enterprise 10.0.17763 Build 17763
The text was updated successfully, but these errors were encountered: