From 2ad86abbe8be8e00e85924200eca68bd8a3a76ea Mon Sep 17 00:00:00 2001 From: Emmanuel CARRE <1766710+emmanuelCarre@users.noreply.github.com> Date: Tue, 2 Oct 2018 00:05:38 +0200 Subject: [PATCH] Remove reference to get-k8s-versions Since PR kubernetes/minikube#2911, get-k8s-versions option has been removed. Reference this option in documentation is not needed any more. --- content/en/docs/setup/minikube.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/setup/minikube.md b/content/en/docs/setup/minikube.md index 09ecfc62cc338..6a971335ba975 100644 --- a/content/en/docs/setup/minikube.md +++ b/content/en/docs/setup/minikube.md @@ -218,6 +218,7 @@ 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 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: