correct typo in kubenet config

This commit is contained in:
Minhan Xia 2016-08-22 17:30:23 -07:00
parent 385fb81407
commit fd4c947de9

View File

@ -210,7 +210,7 @@ const NET_CONFIG_TEMPLATE = `{
"addIf": "%s",
"isGateway": true,
"ipMasq": false,
"hairpin": "%t",
"hairpinMode": %t,
"ipam": {
"type": "host-local",
"subnet": "%s",