-
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
none: The host-only adapter we just created is not visible #3023
Comments
I've experienced the same when I previously had a minikube cluster running with VirtualBox. The solution was to first delete the old cluster, with |
I retried with a clean setup, reinstalled minikube, removed the .minikube dir for my user and root. Now I have another error:
|
|
The bug in a nutshell is that if minikube starts to setup a cluster with one VM driver, subsequent runs will continue to use it, silently ignoring --vm-driver. To switch VM drivers, I believe you have to use: "minikube delete" Worst case, rm -Rf ~/.minikube. We shouldn't silently be ignoring flags like this. :( |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
I suspect this bug no longer occurs in v0.33.x, if only because it doesn't get confused about which driver the user is actually talking about. Does someone mind attempting to recreate this? |
This is a BUG:
Please provide the following details:
Environment:
Minikube version (use
minikube version
): minikube version: v0.28.2NAME=Sabayon
ID=sabayon
PRETTY_NAME="Sabayon/Linux"
ANSI_COLOR="1;32"
HOME_URL="http://www.sabayon.org/"
SUPPORT_URL="http://forum.sabayon.org/"
BUG_REPORT_URL="https://bugs.sabayon.org/"
cat ~/.minikube/machines/minikube/config.json | grep DriverName
): nonecat ~/.minikube/machines/minikube/config.json | grep -i ISO
orminikube ssh cat /etc/VERSION
): emptyThe above can be generated in one go with the following commands (can be copied and pasted directly into your terminal):
What happened:
I tried to launch minikube with the vm-driver to none, but the error message still talks about VirtualBox, while the whole point of the none driver is to use the docker daemon, and not a full vm spawned with VirtualBox. Maybe some changes is needed in the error message?
What you expected to happen:
I tried to launch minikube with the vm-driver to none, but the error message still talks about VirtualBox, while the whole point of the none driver is to use the docker daemon, and not a full vm spawned with VirtualBox. Maybe some changes is needed in the error message?
How to reproduce it (as minimally and precisely as possible):
Output of
minikube logs
(if applicable):Anything else do we need to know:
The text was updated successfully, but these errors were encountered: