changed - minikube config from minikube config list

changed to minikube config from minikube config list
pull/5244/head
Deepika Pandhi 2019-09-03 09:55:20 -07:00 committed by GitHub
parent 8067324dd6
commit 8447df45b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ date: 2019-08-01
## Config option variables
minikube supports passing environment variables instead of flags for every value listed in `minikube config view`. This is done by passing an environment variable with the prefix `MINIKUBE_`.
minikube supports passing environment variables instead of flags for every value listed in `minikube config`. This is done by passing an environment variable with the prefix `MINIKUBE_`.
For example the `minikube start --iso-url="$ISO_URL"` flag can also be set by setting the `MINIKUBE_ISO_URL="$ISO_URL"` environment variable.