-
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
--delete-on-failure does not delete on GUEST_DRIVER_MISMATCH #9399
Comments
Hey @j-windsor can i work on this issue if you aren't keen to do this ? I am taking #9397 |
@vinu2003 - go for it! |
/assign @vinu2003 |
My understanding here: the --delete-on-failure when set, should delete the default minikube profile(in this case docker) if it doesn't match with the one provided in start command (in this case"hyper kit") - then it should delete the existing docker cluster and create default one with given type in command line (in this case : hyper kit) as driver. |
@vinu2003 I haven't heard from you, please let me know if you are still working on this |
/assign @azhao155 |
I think the issue got fixed. I repro the issue with same cmd and see following:
|
If we really want to delete the existing cluster, I also have the pr: #10084 |
closed by #10084 |
Steps to reproduce the issue:
minikube start --driver=docker
minikube start --driver=hyperkit --delete-on-failure
minikube profile list
to see that the profile is not deleted.This is something that can be fixed by deleting, so I would expect deletion to occur.
Related:
The text was updated successfully, but these errors were encountered: