Merge pull request #2188 from cornelius-keller/fix_weave

fix nodePort for weave
This commit is contained in:
Aivars Sterns
2018-03-12 10:55:41 +02:00
committed by GitHub
2 changed files with 23 additions and 0 deletions

View File

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