Update _index.md
parent
96863f9d2b
commit
9d0f1f6d8e
|
@ -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
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue