From 559c5778eb75876266ce801b9b9ff8bfff539ff3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Str=C3=B6mberg?= Date: Wed, 3 Oct 2018 19:44:37 -0700 Subject: [PATCH] Remove reference to minikube `get-k8s-versions` (#10423) This command was removed as part of the 'localkube' purge. You can now specify free-form which version you would like to install. This PR addresses https://github.com/kubernetes/minikube/issues/3179 --- content/en/docs/setup/minikube.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/content/en/docs/setup/minikube.md b/content/en/docs/setup/minikube.md index 0d3791c8e8..a4260ebd0d 100644 --- a/content/en/docs/setup/minikube.md +++ b/content/en/docs/setup/minikube.md @@ -195,13 +195,6 @@ To switch back to this context later, run this command: `kubectl config use-cont #### Specifying the Kubernetes version -Minikube supports running multiple different versions of Kubernetes. You can -access a list of all available versions via - -``` -minikube get-k8s-versions -``` - You can specify the specific version of Kubernetes for Minikube to use by adding the `--kubernetes-version` string to the `minikube start` command. For example, to run version `v1.7.3`, you would run the following: