-
Notifications
You must be signed in to change notification settings - Fork 5k
Minikube 0.26.0 - config set vm-driver none error #2727
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
Comments
I believe it's because "None" is missing from the constants. minikube/pkg/minikube/constants/constants.go Lines 49 to 57 in b27a989
|
Curiosly, it only says "used in gendocs" ? |
Back tracking it a little and how I go there. minikube/cmd/minikube/cmd/config/validations.go Lines 32 to 39 in 37fd0f0
|
Just saying - that comment is wrong... |
Hey guys,
Is there some configuration that I overlooked? Later edit: |
Uh oh!
There was an error while loading. Please reload this page.
This worked within 0.26.0 and
minikube start --vm-driver=none
is accepted.The text was updated successfully, but these errors were encountered: