Skip to content

Commit

Permalink
Update list of drivers in minikube.md (#14166)
Browse files Browse the repository at this point in the history
kvm and xyhve are obsolete and no longer listed on the linked page - see kubernetes/minikube@0332f73
  • Loading branch information
markmc authored and k8s-ci-robot committed May 6, 2019
1 parent 379626b commit f75913e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions content/en/docs/setup/minikube.md
Expand Up @@ -39,11 +39,10 @@ the following drivers:
* virtualbox
* vmwarefusion
* kvm2 ([driver installation](https://git.k8s.io/minikube/docs/drivers.md#kvm2-driver))
* kvm ([driver installation](https://git.k8s.io/minikube/docs/drivers.md#kvm-driver))
* hyperkit ([driver installation](https://git.k8s.io/minikube/docs/drivers.md#hyperkit-driver))
* xhyve ([driver installation](https://git.k8s.io/minikube/docs/drivers.md#xhyve-driver)) (deprecated)
* hyperv ([driver installation](https://github.com/kubernetes/minikube/blob/master/docs/drivers.md#hyperv-driver))
Note that the IP below is dynamic and can change. It can be retrieved with `minikube ip`.
* vmware ([driver installation](https://github.com/kubernetes/minikube/blob/master/docs/drivers.md#vmware-unified-driver)) (VMware unified driver)
* none (Runs the Kubernetes components on the host and not in a VM. Using this driver requires Docker ([docker install](https://docs.docker.com/install/linux/docker-ce/ubuntu/)) and a Linux environment)

```shell
Expand Down

0 comments on commit f75913e

Please sign in to comment.