c12s-kubespray/roles/network_plugin/weave/templates/weavenet.conflist.j2
2018-01-24 10:31:51 +01:00

17 lines
320 B
Django/Jinja

{
"cniVersion": "0.3.0",
"name": "mynet",
"plugins": [
{
"name": "weave",
"type": "weave-net",
"hairpinMode": true
},
{
"type": "portmap",
"capabilities": {"portMappings": true},
"snat": true
}
]
}