Skip to content
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

Default vmdriver selection on existing node shouldn't override existing driver #6821

Closed
balopat opened this issue Feb 27, 2020 · 1 comment
Closed
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.

Comments

@balopat
Copy link
Contributor

balopat commented Feb 27, 2020

I would expect minikube to just simply start an existing minikube cluster by:

minikube start -p <clustername> 

However this is not the case when the default vm driver is different from the vmdriver of the node, I saw this error message when restarting my existing docker2 node.

minikube start -p docker2                                                                              1194ms  Thu Feb 27 10:07:32 2020
😄  [docker2] minikube v1.7.3 on Darwin 10.15.3
✨  Automatically selected the hyperkit driver
💥  The existing "docker2" VM that was created using the "docker" driver, and is incompatible with the "hyperkit" driver.
👉  To proceed, either:

    1) Delete the existing "docker2" cluster using: 'minikube -p profile delete'

    * or *

    2) Start the existing "docker2" cluster using: 'minikube -p profile start --vm-driver=docker'
	
💣  Exiting.
@tstromberg
Copy link
Contributor

This is definitely not the intent, and likely a v1.7 regression.

@tstromberg tstromberg added kind/bug Categorizes issue or PR as related to a bug. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. labels Feb 27, 2020
@josedonizetti josedonizetti self-assigned this Feb 28, 2020
@josedonizetti josedonizetti added this to the v1.8.0 March 5 milestone Mar 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Projects
None yet
Development

No branches or pull requests

3 participants