mirror of https://github.com/easzlab/kubeasz.git
13 lines
199 B
Plaintext
13 lines
199 B
Plaintext
|
{
|
||
|
"name": "mynet",
|
||
|
"type": "bridge",
|
||
|
"bridge": "mynet0",
|
||
|
"isDefaultGateway": true,
|
||
|
"ipMasq": true,
|
||
|
"hairpinMode": true,
|
||
|
"ipam": {
|
||
|
"type": "host-local",
|
||
|
"subnet": "{{ CLUSTER_CIDR }}"
|
||
|
}
|
||
|
}
|