You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've a problem when I try to stop minikube. I run the command (on Powershell, using Windows 10):
$ minikube stop
and the machine remains in a "pending" state for several time, like the image below
I've got the same result if I check the status of minikube on Hyper (I'm using this virtual-switch).
I already tried the instruction $ minikube ssh | sudo poweroff (and this workaround works!);
but I wanna know if someone is able to solve in another way or if is able to explain which is the real problem!
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Also, same problem with minikube 1.0.0. Stop hangs.
However, the added information I offer is that docker-machine, included with Docker Desktop, can start and stop vm clients on hyperv. I've built a three node docker swarm with docker-machine from Docker Desktop...and stopped the nodes, too.
Here is version of Docker Desktop I'm running:
Version 2.0.0.3 (31259)
Channel: stable
Build: 8858db3
I've a problem when I try to stop minikube. I run the command (on Powershell, using Windows 10):
$ minikube stop
and the machine remains in a "pending" state for several time, like the image below
I've got the same result if I check the status of minikube on Hyper (I'm using this virtual-switch).
I already tried the instruction $ minikube ssh | sudo poweroff (and this workaround works!);
but I wanna know if someone is able to solve in another way or if is able to explain which is the real problem!
Thanks in advance!
The text was updated successfully, but these errors were encountered: