multus: use DHCP for kubevirt NAD

This commit is contained in:
2025-09-25 10:11:18 -04:00
parent b35bfd987a
commit 4fbd67f486

View File

@@ -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"
}
}'