update kubevirt NAD
This commit is contained in:
@@ -8,6 +8,25 @@ spec:
|
|||||||
"type": "bridge",
|
"type": "bridge",
|
||||||
"bridge": "br0",
|
"bridge": "br0",
|
||||||
"ipam": {
|
"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"]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}'
|
}'
|
||||||
Reference in New Issue
Block a user