From 673a7498350907c272ba769142b1d383562ab8ff Mon Sep 17 00:00:00 2001 From: Jonathan Arnett Date: Sat, 6 Jun 2020 18:18:10 -0400 Subject: [PATCH] Add documentation about Minikube and libvirt --- content/en/docs/tasks/tools/install-minikube.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/en/docs/tasks/tools/install-minikube.md b/content/en/docs/tasks/tools/install-minikube.md index 50e4436dec..48385f8caf 100644 --- a/content/en/docs/tasks/tools/install-minikube.md +++ b/content/en/docs/tasks/tools/install-minikube.md @@ -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= ```