diff --git a/system-apps/multus/kubevirt-nad.yaml b/system-apps/multus/kubevirt-nad.yaml index e8be20f..5f102a2 100644 --- a/system-apps/multus/kubevirt-nad.yaml +++ b/system-apps/multus/kubevirt-nad.yaml @@ -8,6 +8,25 @@ spec: "type": "bridge", "bridge": "br0", "ipam": { - "type": "dhcp" + "type": "whereabouts", + "range": "10.105.20.0/24", + "exclude": [ + "10.105.20.1/32", + "10.105.20.254/32", + "10.105.20.253/32", + "10.105.20.252/32", + "10.105.20.251/32", + "10.105.20.250/32", + "10.105.20.249/32" + ], + "routes": [ + { + "dst": "10.105.6.0/24", + "gw": "10.105.20.1" + } + ], + "dns": { + "nameservers": ["10.10.10.10"] + } } }' \ No newline at end of file