From 85e7df860a2ffdc5a1678dca5fea0b8957d0259d Mon Sep 17 00:00:00 2001 From: John Laswell Date: Tue, 31 Mar 2020 13:45:37 -0400 Subject: [PATCH] add documentation context for MINIKUBE env vars --- site/content/en/docs/Reference/environment_variables.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/en/docs/Reference/environment_variables.md b/site/content/en/docs/Reference/environment_variables.md index 7a02d204d952..636b61d8a8d6 100644 --- a/site/content/en/docs/Reference/environment_variables.md +++ b/site/content/en/docs/Reference/environment_variables.md @@ -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.