-
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
Takes 95 seconds to stop a xhyve VM #4660
Comments
Thank you for creating this issue, 95 seconds is not acceptable for waiting to stop. Btw I am curious is there a specific reason to use xhyve driver ? We have depricated support for that driver. But I am curious if there is any advantage of using xhyve to hyperkit ? |
Mostly gMac compliance I think. Or maybe I’ve been using minikube since far too long. I should try the hyperkit option. Thanks. |
We are working on VM free minikube for all platforms, with that coming it will speed up super fast ! |
That sounds dope but I have no idea how would it work :P |
For "gmac compliance", I suggest just installing hyperkit from brew. |
Yeah, I think we can close this I suspect xhyve is going to be removed. |
A simple
minikube stop
just took 95 seconds.This is a relatively fresh/empty VM. I only ran:
minikube start --container-runtime=containerd --docker-opt containerd=/var/run/containerd/containerd.sock
minikube addons enable gvisor
kubectl logs
minikube stop
(took 95s.)The exact command to reproduce the issue:
minikube stop
(xhyve driver)The full output of the command that
failedtook too long:Output
The output of the
minikube logs
command:minikube logs
The operating system version: 10.14.5 (18F132)
minikube version: 1.2
minikube addons: gvisor
The text was updated successfully, but these errors were encountered: