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
This commit is contained in:
Thomas Strömberg
2018-10-03 19:44:37 -07:00
committed by k8s-ci-robot
parent 4e0ee8b5c6
commit 559c5778eb
-7
View File
@@ -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: