-
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
Issue with LocalKube stopping intermittently #1762
Comments
linked to #1252 |
Closing the issue. I resolved this by stopping minikube in Hyper-V, turning off dynamic memory and then restarting minikube. Minikube is more stable now and no hangs in the last 4 hrs. |
Hi, I am getting this issue in my environment as well. I am using Minikube version 0.22.2 and Kubectl version 1.7.5 using Hypervisor. But it is up only for a fraction of second and is dead after that. Is there any way or any logs to find out the root cause? :( Dimple.Rohara@LP-5CD73107TM MINGW64 /d/Docker |
looking at the Hyper-V VM for Docker-for-Windows, it appears they natively disable Dynamic Memory |
completing this request should fix the bug... #1766 |
BUG REPORT
Minikube version :
minikube version: v0.20.0
Environment:
cat ~/.minikube/machines/minikube/config.json | grep DriverName
): hypervcat ~/.minikube/machines/minikube/config.json | grep -i ISO
orminikube ssh cat /etc/VERSION
): v0.20.0What happened:
Issue with Minikube using HyperV occasionally restarting and losing its configuration. Checking status shows that localKube is stopped.
What you expected to happen:
I expected Minikube to work consistently well.
How to reproduce it (as minimally and precisely as possible):
This happens intermittently, so the same steps fail to reproduce the issue.
I launch Minikube using
This command starts Minikube after a few minutes. Looking at HyperVManager I can see a minikube image with an assigned memory of 1024.
I verify minikube is running by checking its status and then launching the dashboard. I deploy a few services. Say elastic.
After a few minutes the dashboard becomes unresponsive. On checking the minikube status, it says localkube stopped.
Anything else do we need to know:
Updating the kubectl context does not help.
I tried ssh'ing into minikube and checking for zombie processes and I could not find any.
The text was updated successfully, but these errors were encountered: