-
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 tries to talk on older IP of the VM #2004
Comments
issue reference: #951 |
So this worked for me as workaround: Start the VM, when it is hung for long exit using
new IP, which minikube does not know yet
this can fail, but try again!
now update context
once the context is updated minikube start works again
|
Issues go stale after 90d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or |
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. |
Is this a BUG REPORT or FEATURE REQUEST?:
/kind bug
Environment:
I am using version
v0.10.0
ofdocker-machine-driver-kvm
https://github.com/dhiltgen/docker-machine-kvm/releases/tag/v0.10.0verify using the md5sum
What happened:
When I stop minikube and try to start again it fails to start. When I ran it in debug mode, it seems like it is talking to VM on IP address which was allocated to VM on previous boot. While when the machine boots up it is getting a new IP address which minikube is not picking up.
What you expected to happen:
minikube should pickup the new IP address that VM has got on this boot time
How to reproduce it (as minimally and precisely as possible):
Now that I have stopped machine, this is the status
IP from last boot
while I ran following command I also did run other commands given after this blob
meanwhile above was running I did following
See the status it says that the config is mismatching
so I updated the context, the IP has changed, but it has not changed in the above when minikube was coming up
The text was updated successfully, but these errors were encountered: