Skip to content

Commit

Permalink
Remove reference to minikube get-k8s-versions (#10423)
Browse files Browse the repository at this point in the history
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 kubernetes/minikube#3179
  • Loading branch information
tstromberg authored and k8s-ci-robot committed Oct 4, 2018
1 parent 4e0ee8b commit 559c577
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions content/en/docs/setup/minikube.md
Expand Up @@ -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:
Expand Down

0 comments on commit 559c577

Please sign in to comment.