Merge pull request #11575 from spowelljr/addBetaToFAQ

Add FAQ on how to enable beta notifications
pull/11584/head
Medya Ghazizadeh 2021-06-03 13:38:20 -07:00 committed by GitHub
commit dfa724bf70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -75,3 +75,10 @@ minikube start --cpus 6 --memory 8000
## Do I need to install kubectl locally?
No, minikube comes with built-in kubectl [see minikube's kubectl documentation]({{< ref "docs/handbook/kubectl.md" >}}).
## How to opt-in to beta notifications?
Simply run the following command to be enrolled into beta notifications.
```
minikube config set WantBetaUpdateNotification true
```