From 7c583f003f9d9dc87ef27dff499d02420e833037 Mon Sep 17 00:00:00 2001 From: DRC Date: Wed, 20 May 2020 00:07:09 +0200 Subject: [PATCH] add --kvm-qemu-uri option Add an undocumented option introduced by https://github.com/kubernetes/minikube/pull/4401 --- site/content/en/docs/drivers/kvm2.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/content/en/docs/drivers/kvm2.md b/site/content/en/docs/drivers/kvm2.md index b447745524..3f3e75986c 100644 --- a/site/content/en/docs/drivers/kvm2.md +++ b/site/content/en/docs/drivers/kvm2.md @@ -25,6 +25,7 @@ The `minikube start` command supports 3 additional kvm specific flags: * **`--gpu`**: Enable experimental NVIDIA GPU support in minikube * **`--hidden`**: Hide the hypervisor signature from the guest in minikube * **`--kvm-network`**: The KVM network name +* **`--kvm-qemu-uri`**: The KVM qemu uri, defaults to qemu:///system ## Issues