diff --git a/site/content/en/docs/Examples/_index.md b/site/content/en/docs/Examples/_index.md index c9e665ae058d..6aaeb7c36e9e 100755 --- a/site/content/en/docs/Examples/_index.md +++ b/site/content/en/docs/Examples/_index.md @@ -28,6 +28,10 @@ minikube makes it easy to open this exposed endpoint in your browser: `minikube service hello-minikube` +Upgrade your cluster: + +`minikube start --kubernetes-version=latest` + Start a second local cluster (_note: This will not work if minikube is using the bare-metal/none driver_): `minikube start -p cluster2`