Add documentation about Minikube and libvirt

This commit is contained in:
Jonathan Arnett
2020-06-06 18:18:10 -04:00
parent 409243673d
commit 673a749835
@@ -218,6 +218,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>
```