Skip to content

Commit 0332f73

Browse files
authored
Remove obsolete drivers.
1 parent 7a2ca50 commit 0332f73

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

docs/drivers.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ The following drivers currently require driver plugin binaries to be present in
1010
the host PATH:
1111

1212
* [KVM2](#kvm2-driver)
13-
* [KVM](#kvm-driver)
1413
* [Hyperkit](#hyperkit-driver)
15-
* [xhyve](#xhyve-driver)
1614
* [HyperV](#hyperv-driver)
1715
* [VMware](#vmware-unified-driver)
1816

@@ -89,18 +87,6 @@ If you are using [dnsmasq](http://www.thekelleys.org.uk/dnsmasq/doc.html) in you
8987

9088
*Note: If `dnsmasq.conf` contains `listen-address=127.0.0.1` kubernetes discovers dns at 127.0.0.1:53 and tries to use it using bridge ip address, but dnsmasq replies only to requests from 127.0.0.1*
9189

92-
#### xhyve driver
93-
94-
From https://github.com/zchee/docker-machine-driver-xhyve#install:
95-
96-
```shell
97-
brew install docker-machine-driver-xhyve
98-
99-
# docker-machine-driver-xhyve need root owner and uid
100-
sudo chown root:wheel $(brew --prefix)/opt/docker-machine-driver-xhyve/bin/docker-machine-driver-xhyve
101-
sudo chmod u+s $(brew --prefix)/opt/docker-machine-driver-xhyve/bin/docker-machine-driver-xhyve
102-
```
103-
10490
#### HyperV driver
10591

10692
Hyper-v users may need to create a new external network switch as described [here](https://docs.docker.com/machine/drivers/hyper-v/). This step may prevent a problem in which `minikube start` hangs indefinitely, unable to ssh into the minikube virtual machine. In this add, add the `--hyperv-virtual-switch=switch-name` argument to the `minikube start` command.

0 commit comments

Comments
 (0)