From 4fbd67f486414ad66a7b705530edf5c6266bf4fd Mon Sep 17 00:00:00 2001 From: William P Date: Thu, 25 Sep 2025 10:11:18 -0400 Subject: [PATCH] multus: use DHCP for kubevirt NAD --- system-apps/multus/kubevirt-nad.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/system-apps/multus/kubevirt-nad.yaml b/system-apps/multus/kubevirt-nad.yaml index 6dc80ea..e8be20f 100644 --- a/system-apps/multus/kubevirt-nad.yaml +++ b/system-apps/multus/kubevirt-nad.yaml @@ -8,11 +8,6 @@ spec: "type": "bridge", "bridge": "br0", "ipam": { - "type": "host-local", - "subnet": "10.105.20.0/24", - "rangeStart": "10.105.20.30", - "rangeEnd": "10.105.20.230", - "routes": [{"dst": "10.105.6.0/24"}], - "gateway": "10.105.20.1" + "type": "dhcp" } }' \ No newline at end of file