Skip to content

Commit

Permalink
start does not auto-upgrade k8s version
Browse files Browse the repository at this point in the history
`minikube start` does not auto-upgrade k8s version since kubernetes#5798
  • Loading branch information
prasadkatti committed Apr 8, 2020
1 parent a57dc85 commit 1497b94
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions site/content/en/docs/handbook/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ By default, minikube installs the latest stable version of Kubernetes that was a

`minikube start --kubernetes-version=v1.11.10`

If you omit this flag, minikube will upgrade your cluster to the default version. If you would like to pin to a specific Kubernetes version across clusters, restarts, and upgrades to minikube, use:

`minikube config set kubernetes-version v1.11.0`

minikube follows the [Kubernetes Version and Version Skew Support Policy](https://kubernetes.io/docs/setup/version-skew-policy/), so we guarantee support for the latest build for the last 3 minor Kubernetes releases. When practical, minikube aims for the last 6 minor releases so that users can emulate legacy environments.

As of September 2019, this means that minikube supports and actively tests against the latest builds of:
Expand Down

0 comments on commit 1497b94

Please sign in to comment.