-
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
hyperkit: start hangs after shutdown: SSH getsockopt: operation timed out (stale pid) #2994
Comments
I am also having this problem. (on windows)
Full Trace:
But just earlier in the logs I can see:
Which indicates that it did find an IP
|
I even upgrade to latest hyperkit go driver recompile and stuck at same point. Please tell me how to debug hyperkit boot up issue? |
@hrqiang try removing the ~/.minikube/machines/minikube/hyperkit.pid file. |
@balopat, it works. Thanks.
|
@hrqiang unfortunately with unclean shutdowns it's hard to tell what the issue is. Based on this command minikube is not running - are you sure it's running? |
Thanks for your efforts on minikube, it's a nice project and I'm intending to teach my colleagues about Kubernetes by pointing them here first. Just wanted to share that this issue appears to still be happening on Mojave aka the latest macOS on the hyperkit driver. My feeble 'workaround' has been to For me
|
I am getting similar error. Using macOS High Sierra (10.13.6)
|
@balopat thank you! Deleting ~/.minikube/machines/minikube/hyperkit.pid helps me as well to recover. |
i had to : |
Same issue on OSX 10.14.2, minikube 0.32.0. |
If you run into this, please upgrade to the latest hyperkit driver we provide:
Additionally, you may have to run |
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
Please provide the following details:
Environment:
Minikube version (use
minikube version
): v0.28.1cat ~/.minikube/machines/minikube/config.json | grep DriverName
): hyperkitcat ~/.minikube/machines/minikube/config.json | grep -i ISO
orminikube ssh cat /etc/VERSION
): minikube-v0.28.0.isoThe above can be generated in one go with the following commands (can be copied and pasted directly into your terminal):
What happened:
minikube start stuck at ssh after stop command or reboot my Mac.
What you expected to happen:
It'll be able to ssh and start the system.
How to reproduce it (as minimally and precisely as possible):
$ minikube start --vm-driver=hyperkit --memory 4096 --v 9 --alsologtostderr
wait until it running. Reboot Mac or $ minikube stop.
Run again
$ minikube start --vm-driver=hyperkit --memory 4096 --v 9 --alsologtostderr
Stuck
Output of
minikube logs
(if applicable):hanging too.
Anything else do we need to know:
screen tty
gives no output, so linuxkit is not running.
Please let me know how to debug this.
The text was updated successfully, but these errors were encountered: