Add documentation about Minikube and libvirt
This commit is contained in:
@@ -218,6 +218,10 @@ For setting the `--driver` with `minikube start`, enter the name of the hypervis
|
|||||||
|
|
||||||
{{< /note >}}
|
{{< /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
|
```shell
|
||||||
minikube start --driver=<driver_name>
|
minikube start --driver=<driver_name>
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user