c12s-kubespray/roles/network_plugin/weave/templates/00-weave.conflist.j2

17 lines
320 B
Plaintext
Raw Normal View History

2018-01-24 08:43:06 +00:00
{
"cniVersion": "0.3.0",
"name": "mynet",
"plugins": [
{
"name": "weave",
"type": "weave-net",
"hairpinMode": true
},
{
"type": "portmap",
"capabilities": {"portMappings": true},
"snat": true
}
]
}