multus: use DHCP for kubevirt NAD
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}'
|
||||
Reference in New Issue
Block a user