c12s-kubespray/roles/container-engine/youki/molecule/default/files/10-mynet.conf
2022-01-21 14:01:07 -08:00

18 lines
265 B
Plaintext

{
"cniVersion": "0.4.0",
"name": "mynet",
"type": "bridge",
"bridge": "cni0",
"isGateway": true,
"ipMasq": true,
"ipam": {
"type": "host-local",
"subnet": "172.19.0.0/24",
"routes": [
{
"dst": "0.0.0.0/0"
}
]
}
}