-
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 Hung at "Starting cluster components..."- connectex: Connection Denied #2976
Comments
I have the same issue, I was following instructions here: minikube-on-windows-10-with-hyper-v I even performed the extra fixes (removed dynamic memory, and removed IPv6) get this, (hundreds of this line): And then at the end I get this: |
@DarkGhostHunter Using |
I have the same issue with Windows 7 and VirtualBox with chocolately installed minikube |
For what it's worth, I'm pretty sure this is representative of a HyperV virtual switch issue, but also possibly a firewall issue. Do you mind attaching the output of: minikube --v=7 start --vm-driver hyperv --hyperv-virtual-switch "NetworkSwitch" NOTE: This will likely be a large logfile. |
This is likely related to a firewall (or antivirus) software |
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: You can't close an active issue/PR unless you authored it or you are a collaborator. 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. |
I'm closing this issue as it hasn't seen activity in awhile, and it's unclear if this issue still exists. If this issue does continue to exist in the most recent release of minikube, please feel free to re-open it. Thank you for opening the issue! |
BUG REPORT
Minikube version: v0.28.0
What happened:
Created an Internal Network Switch on HyperV. minikube executed using:
After completing all the steps, it hangs on:
Starting cluster components...
Hyper-V shows the VM with 0% usage after a while. Issuing a shutdown signal hangs up the VM for several minutes, blocking even a disconnect (Windows says It cannot disconnect the machine).
minikube commands also become unresponsive.
minikube logs
hangs up or takes several minutes to display log messages. Even using-f
. The only way to kill the machine is to connect directly via Hyper-V, login as root, and issue ashutdown -P
.What you expected to happen:
To NOT hang up. To keep being responsive.
How to reproduce it:
minikube start --vm-driver hyperv --hyperv-virtual-switch "NetworkSwitch"
, being the NetworkSwitch the real name of the latter.Output of
minikube logs
Only this:
And this when using
-v 5
Anything else do we need to know
--bootstrapper=localkube
works, but usingminikube stop
hangs out the power off processes (sames a above).The text was updated successfully, but these errors were encountered: