-
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 stops responding after a few minutes #2298
Comments
The logs while minikube is still working: |
Can you provide some logs after its failed? You should still be able to run |
After it stops working, minikube logs simply reports "no entries". |
Do you have Dynamic Memory Enabled on your Minikube Hyper-V VM? |
@RaymondArias Thanks, that did the job! With Dynamic Memory disabled it keeps running like it should! |
Environment:
Windows 10 - 1709, using HyperV
Minikube version (use
minikube version
):Minikube 0.23.0
OS (e.g. from /etc/os-release):
Not a clue how to SSH into minikube
VM Driver (e.g.
cat ~/.minikube/machines/minikube/config.json | grep DriverName
):HyperV
ISO version (e.g.
cat ~/.minikube/machines/minikube/config.json | grep -i ISO
orminikube ssh cat /etc/VERSION
):0.23.6 iso
Install tools:
?
What happened:
After succesfully starting minikube and deploying my solution using kubectl (all without problems), suddenly I cannot connect anymore.
What you expected to happen:
Kubectl returns errors:
C:\data\src\kubedemo\src [master ≡ +0 ~1 -0 !]> kubectl get pods
Unable to connect to the server: dial tcp 192.168.1.62:8443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has
failed to respond.
How to reproduce it (as minimally and precisely as possible):
Not sure, but if my solution is the cause, you can find it here: https://github.com/kwaazaar/kubedemo
I deploy it using kubectl create -f src\votingapi.deploy.yml
Output of
minikube logs
(if applicable):No entries (so I have no clue what the cause is).
Anything else do we need to know:
No.
The text was updated successfully, but these errors were encountered: