.
This commit is contained in:
@@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user