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

Clarify --addons flag syntax #7920

Closed
Wastack opened this issue Apr 27, 2020 · 3 comments · Fixed by #7924
Closed

Clarify --addons flag syntax #7920

Wastack opened this issue Apr 27, 2020 · 3 comments · Fixed by #7924
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.

Comments

@Wastack
Copy link

Wastack commented Apr 27, 2020

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.

@prasadkatti
Copy link
Contributor

prasadkatti commented Apr 28, 2020

You can run minikube start with --logtostderr to get verbose logs. Can you try that and share the output?

@prasadkatti prasadkatti added area/addons triage/needs-information Indicates an issue needs more information in order to work on it. labels Apr 28, 2020
@prasadkatti
Copy link
Contributor

I just tried minikube start --addons=dashboard --addons=registry and it worked for me.

@Wastack
Copy link
Author

Wastack commented Apr 28, 2020

Hmm, indeed, that works. I find the plural form of the flag a bit misleading.
I think it would be great to have it documented somewhere.

@tstromberg tstromberg added the kind/documentation Categorizes issue or PR as related to documentation. label Apr 28, 2020
@tstromberg tstromberg changed the title Unable to specify more addons with Minikube start "addons" flag Clarify --addons flag syntax Apr 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants