From 9d0f1f6d8efdd397b90081648b2d1aa8248b2601 Mon Sep 17 00:00:00 2001 From: Medya Ghazizadeh Date: Thu, 10 Jun 2021 14:51:22 -0400 Subject: [PATCH 1/2] Update _index.md --- site/content/en/docs/faq/_index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/site/content/en/docs/faq/_index.md b/site/content/en/docs/faq/_index.md index 68445b3db8..2e818ecb75 100644 --- a/site/content/en/docs/faq/_index.md +++ b/site/content/en/docs/faq/_index.md @@ -7,6 +7,7 @@ description: > --- + ## How to run an older Kubernetes version with minikube ? You do not need to download an older minikube to run an older kubernetes version. @@ -82,3 +83,12 @@ Simply run the following command to be enrolled into beta notifications. ``` minikube config set WantBetaUpdateNotification true ``` + +## Can I remove/disable the emojis in minikube ? + +Yes ! if you reallly dislike the emoji :( you could set MINIKUBE_IN_STYLE envioronment variable to disable the emojis + +``` +MINIKUBE_IN_STYLE=0 minikube start + +``` From 2807cb0b8e339e33678335d7e090b6d43cb6a35b Mon Sep 17 00:00:00 2001 From: Medya Ghazizadeh Date: Fri, 11 Jun 2021 12:31:08 -0400 Subject: [PATCH 2/2] Update _index.md --- site/content/en/docs/faq/_index.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/site/content/en/docs/faq/_index.md b/site/content/en/docs/faq/_index.md index 2e818ecb75..d7346c8699 100644 --- a/site/content/en/docs/faq/_index.md +++ b/site/content/en/docs/faq/_index.md @@ -7,7 +7,6 @@ description: > --- - ## How to run an older Kubernetes version with minikube ? You do not need to download an older minikube to run an older kubernetes version. @@ -84,9 +83,7 @@ Simply run the following command to be enrolled into beta notifications. minikube config set WantBetaUpdateNotification true ``` -## Can I remove/disable the emojis in minikube ? - -Yes ! if you reallly dislike the emoji :( you could set MINIKUBE_IN_STYLE envioronment variable to disable the emojis +Yes! If you prefer not having emoji in your minikube output 😔 , just set the MINIKUBE_IN_STYLE environment variable to 0 or false ``` MINIKUBE_IN_STYLE=0 minikube start