Clarify --addons flag syntax #7920
Labels
area/addons
kind/documentation
Categorizes issue or PR as related to documentation.
triage/needs-information
Indicates an issue needs more information in order to work on it.
I would like to start Minikube with one of the following commands, in order to start Minikube with more than one addons enabled:
minikube start --addons="ingress registry-creds"
minikube start --addons="ingress, registry-creds"
minikube start --addons="ingress; registry-creds"
None of the above seems to work.
In the docs, I can see that the required type is minikube addons list, although the actual syntax is not clear to me.
Anyways, I can enable multiple addons using mutiple
minikube addons
subcommand issued when Minikube is already started.The text was updated successfully, but these errors were encountered: