Add example showing how to upgrade k8s version

Stop-gap solution for #6122 until we have a separate page which discusses how to upgrade a minikube cluster.
pull/7399/head
Prasad Katti 2020-04-02 20:13:38 -07:00 committed by GitHub
parent 825a6e897b
commit 92089980eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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`