From 399db6a5b92b1fefb98bd9a312f256ce4284b4df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Dudfield?= Date: Thu, 3 Jul 2025 07:59:02 +0200 Subject: [PATCH] site: kvm2: Remove old part about needing to reboot --- site/content/en/docs/drivers/kvm2.md | 1 - 1 file changed, 1 deletion(-) diff --git a/site/content/en/docs/drivers/kvm2.md b/site/content/en/docs/drivers/kvm2.md index 4b4f0539a7..445c226603 100644 --- a/site/content/en/docs/drivers/kvm2.md +++ b/site/content/en/docs/drivers/kvm2.md @@ -34,7 +34,6 @@ The `minikube start` command supports 5 additional KVM specific flags: * `Machine didn't return an IP after 120 seconds` when firewall prevents VM network access [#3566](https://github.com/kubernetes/minikube/issues/3566) * `unable to set user and group to '65534:992` when `dynamic ownership = 1` in `qemu.conf` [#4467](https://github.com/kubernetes/minikube/issues/4467) * KVM VM's cannot be used simultaneously with VirtualBox [#4913](https://github.com/kubernetes/minikube/issues/4913) -* On some distributions, libvirt bridge networking may fail until the host reboots Also see [co/kvm2-driver open issues](https://github.com/kubernetes/minikube/labels/co%2Fkvm2-driver).