Merge pull request #21549 from J3RN/patch-1

Add documentation about Minikube and libvirt
This commit is contained in:
Kubernetes Prow Robot
2020-06-10 06:22:51 -07:00
committed by GitHub
@@ -210,6 +210,10 @@ For setting the `--driver` with `minikube start`, enter the name of the hypervis
{{< /note >}}
{{< caution >}}
When using KVM, note that libvirt's default QEMU URI under Debian and some other systems is `qemu:///session` whereas Minikube's default QEMU URI is `qemu:///system`. If this is the case for your system, you will need to pass `--kvm-qemu-uri qemu:///session` to `minikube start`.
{{< /caution >}}
```shell
minikube start --driver=<driver_name>
```