-
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
changing vm-driver from hyperkit to another should delete left over #4892
Comments
@medyagh Is it happening only for hyperkit with another driver or with another vm-drivers too? |
@medyagh Wonder if you got a different output here? When I run two
same thing for kvm2/linux I don't think we should delete a vm if another start is done with a different driver. |
What I think is the problem here is that if we do:
then do a start using the virtualbox driver:
We get the vm-driver as
What we need to do here is not set the vm-driver to @medyagh ??? |
I believe this was addressed in minikube v1.4, which refuses to hot-swap between drivers. |
After user decides to replace hyperkit with another driver, we should delete the left over hyperkit.
to reproduce:
minikube start --vm-driver=hyperkit
minikube start --vm-driver=virtualbox
pgrep hyperkit
the last one should return no more than 1 pid !
@josedonizetti do you have ideas how to tackle this ?
The text was updated successfully, but these errors were encountered: