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
parent
825a6e897b
commit
92089980eb
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue