multus: use DHCP for kubevirt NAD
This commit is contained in:
@@ -8,11 +8,6 @@ spec:
|
|||||||
"type": "bridge",
|
"type": "bridge",
|
||||||
"bridge": "br0",
|
"bridge": "br0",
|
||||||
"ipam": {
|
"ipam": {
|
||||||
"type": "host-local",
|
"type": "dhcp"
|
||||||
"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"
|
|
||||||
}
|
}
|
||||||
}'
|
}'
|
||||||
Reference in New Issue
Block a user