fix nodePort for weave

This commit is contained in:
Cornelius Keller
2018-01-24 09:43:06 +01:00
parent bf1411060e
commit e22759d8f0
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
}
]
}