Skip to content

Commit

Permalink
Remove reference to get-k8s-versions
Browse files Browse the repository at this point in the history
Since PR kubernetes/minikube#2911, get-k8s-versions option had been
removed. Reference this option in documentation is not needed any more.
  • Loading branch information
emmanuelCarre committed Oct 1, 2018
1 parent 4c2b566 commit a266b4d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions content/en/docs/setup/minikube.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,13 +195,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
access a list of all available versions via

```
minikube get-k8s-versions
```

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:
Expand Down

0 comments on commit a266b4d

Please sign in to comment.