Merge pull request #7924 from radeksm/bugfix/7920

Example how to enable multiple addons on start command
pull/7896/head
Thomas Strömberg 2020-04-29 09:16:10 -07:00 committed by GitHub
commit 135a32f5f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -29,10 +29,10 @@ To enable an add-on, see:
minikube addons enable <name>
```
To enable an addon at start-up:
To enable an addon at start-up, where *--addons* option can be specified multiple times:
```shell
minikube start --addons <name>
minikube start --addons <name1> --addons <name2>
```
For addons that expose a browser endpoint, you can quickly open them with: