add faq on how to enable beta notifications

pull/11575/head
Steven Powell 2021-06-03 11:52:03 -07:00
parent 4131c85cce
commit 1d61acf797
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
```