Skip to content

Commit

Permalink
Merge pull request #7399 from prasadkatti/patch-2
Browse files Browse the repository at this point in the history
Add example showing how to upgrade k8s version
  • Loading branch information
tstromberg authored Apr 3, 2020
2 parents 2d3fd42 + 9208998 commit 6438532
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions site/content/en/docs/Examples/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 6438532

Please sign in to comment.