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 + +```