From 1497b941450085041282a663aa8f92c75b8d76a2 Mon Sep 17 00:00:00 2001 From: Prasad Katti Date: Wed, 8 Apr 2020 14:06:35 -0700 Subject: [PATCH] start does not auto-upgrade k8s version `minikube start` does not auto-upgrade k8s version since #5798 --- site/content/en/docs/handbook/config.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/site/content/en/docs/handbook/config.md b/site/content/en/docs/handbook/config.md index 34b83cb5b7a0..783d03489db5 100644 --- a/site/content/en/docs/handbook/config.md +++ b/site/content/en/docs/handbook/config.md @@ -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: