-
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 VM on Hyper-V is in "Shutting Down" state since 30+ minutes #4661
Comments
/cc: @gbraad Seems like minikube VM is a EDIT -- I tried stop command again but this time with verbose logging and seems like minikube is deleting the config even before the VM is shut down. If the VM is not shut down, we should not delete config? (Right?). Following are the logs -
|
I use solution from here for shutting down minikube #2914 (comment) |
I was just typing this. I did the following and it worked as well but we need to have some fall back where if the Hypervisor call doesn't return back in few minutes, we should shut down from within the VM itself.
That shut down the machine after a minute. |
/assign |
This issue appears to be a duplicate of #2914, so I will close this one so that we may centralize the content relating to the issue. If you feel that this issue is not in fact a duplicate, please feel free to re-open it. Thank you for reporting this! |
The exact command to reproduce the issue:
Ensure that there is no cluster already on the machine.
.\minikube-windows-amd64.exe start --vm-driver=hyperv --hyperv-virtual-switch="Default Switch" --v=8
.\minikube-windows-amd64.exe stop
The full output of the command that failed:
Output
The output of the
minikube logs
command:minikube logs
The operating system version:
Windows 10 Enterprise.
The VM in Hyper-V has been in Shutting down state since 35 minutes -
This seems as if something has blocked the shutting down process inside the
minikube
virtual machine. I haven't seen this happening with any other Linux machines.I have the following questions as well -
minikube
virtual machine so that I can check the logs?Related to #2914
-Pranav
The text was updated successfully, but these errors were encountered: