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