--no-kubernetes fails if "kubernetes-version" defined in config #12871
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.
Milestone
Running
minikube start --no-kubernetes
fails if "kubernetes-version" is defined in config (or passed vi command argument).Steps to reproduce the issue:
~/.minikube/config/config.json
, e.g.minikube start --no-kubernetes
More: it also fails as above if the version is defined in the command line (independently of config file contents):
minikube start --no-kubernetes --kubernetes-version=1.22.3
and although this command doesn't make much sense in I would still expect the kubernetes version to simply be ignored.Thanks!
The text was updated successfully, but these errors were encountered: