Skip to content

Commit

Permalink
Merge pull request #7341 from jlaswell/minikube-env-var-doc-additions
Browse files Browse the repository at this point in the history
additional documentation context for MINIKUBE env vars vs Kubernetes tools
  • Loading branch information
tstromberg authored Apr 1, 2020
2 parents c6c9693 + 85e7df8 commit f5d428e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/content/en/docs/Reference/environment_variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ For example the `minikube start --iso-url="$ISO_URL"` flag can also be set by se

## Other variables

Some features can only be accessed by environment variables, here is a list of these features:
Some features can only be accessed by minikube specific environment variables, here is a list of these features:

* **MINIKUBE_HOME** - (string) sets the path for the .minikube directory that minikube uses for state/configuration
* **MINIKUBE_HOME** - (string) sets the path for the .minikube directory that minikube uses for state/configuration. *Please note: this is used only by minikube and does not affect anything related to Kubernetes tools such as kubectl.*

* **MINIKUBE_IN_STYLE** - (bool) manually sets whether or not emoji and colors should appear in minikube. Set to false or 0 to disable this feature, true or 1 to force it to be turned on.

Expand Down

0 comments on commit f5d428e

Please sign in to comment.