Update _index.md

pull/11624/head
Medya Ghazizadeh 2021-06-10 14:51:22 -04:00 committed by GitHub
parent 96863f9d2b
commit 9d0f1f6d8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

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