This commit is contained in:
2026-04-07 14:05:30 +00:00
parent c941697570
commit a808b33e3f

View File

@@ -11,6 +11,16 @@ spec:
"master": "eth0", "master": "eth0",
"mode": "bridge", "mode": "bridge",
"ipam": { "ipam": {
"type": "dhcp" "type": "host-local",
"ranges": [
[
{
"subnet": "10.0.10.0/24",
"rangeStart": "10.0.10.200",
"rangeEnd": "10.0.10.250",
"gateway": "10.0.10.1"
}
]
]
} }
} }