From e2fce3673df627f1171a1b0c67533e6b18da52c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Str=C3=B6mberg?= Date: Wed, 22 May 2019 15:14:07 -0700 Subject: [PATCH] Document CHANGE_MINIKUBE_NONE_USER --- docs/env_vars.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/env_vars.md b/docs/env_vars.md index 01d8a2176b..a304fe6bce 100644 --- a/docs/env_vars.md +++ b/docs/env_vars.md @@ -19,8 +19,7 @@ Some features can only be accessed by environment variables, here is a list of t * **MINIKUBE_REMINDERWAITPERIODINHOURS** - (int) sets the number of hours to check for an update notification -* **MINIKUBE_WANTKUBECTLDOWNLOADMSG** - (bool) sets whether minikube should tell a user that `kubectl` cannot be found on there path -* **MINIKUBE_WANTNONEDRIVERWARNING** - (bool) sets whether minikube should warn a user about running the 'none' driver +* **CHANGE_MINIKUBE_NONE_USER** - (bool) automatically change ownership of of ~/.minikube to the value of $SUDO_USER * **MINIKUBE_ENABLE_PROFILING** - (int, `1` enables it) enables trace profiling to be generated for minikube