Merge pull request #11624 from kubernetes/medyagh-patch-7

Update FAQ
pull/11637/head
Medya Ghazizadeh 2021-06-11 12:31:39 -04:00 committed by GitHub
commit 8cdc5e2c88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -82,3 +82,10 @@ Simply run the following command to be enrolled into beta notifications.
```
minikube config set WantBetaUpdateNotification true
```
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
```