From 1d61acf79773a1514c5a440d07553435c6f3c83a Mon Sep 17 00:00:00 2001 From: Steven Powell Date: Thu, 3 Jun 2021 11:52:03 -0700 Subject: [PATCH] add faq on how to enable beta notifications --- site/content/en/docs/faq/_index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/site/content/en/docs/faq/_index.md b/site/content/en/docs/faq/_index.md index 423b0c053e..68445b3db8 100644 --- a/site/content/en/docs/faq/_index.md +++ b/site/content/en/docs/faq/_index.md @@ -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 +```