From 0332f7335f618ceb0f61076506af93270ad1b08d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Str=C3=B6mberg?= Date: Fri, 15 Feb 2019 12:09:07 -0800 Subject: [PATCH] Remove obsolete drivers. --- docs/drivers.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/docs/drivers.md b/docs/drivers.md index d4a485c7c375..80bf9c22d43b 100644 --- a/docs/drivers.md +++ b/docs/drivers.md @@ -10,9 +10,7 @@ The following drivers currently require driver plugin binaries to be present in the host PATH: * [KVM2](#kvm2-driver) -* [KVM](#kvm-driver) * [Hyperkit](#hyperkit-driver) -* [xhyve](#xhyve-driver) * [HyperV](#hyperv-driver) * [VMware](#vmware-unified-driver) @@ -89,18 +87,6 @@ If you are using [dnsmasq](http://www.thekelleys.org.uk/dnsmasq/doc.html) in you *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* -#### xhyve driver - -From https://github.com/zchee/docker-machine-driver-xhyve#install: - -```shell -brew install docker-machine-driver-xhyve - -# docker-machine-driver-xhyve need root owner and uid -sudo chown root:wheel $(brew --prefix)/opt/docker-machine-driver-xhyve/bin/docker-machine-driver-xhyve -sudo chmod u+s $(brew --prefix)/opt/docker-machine-driver-xhyve/bin/docker-machine-driver-xhyve -``` - #### HyperV driver 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.