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", "addIf": "%s",
"isGateway": true, "isGateway": true,
"ipMasq": false, "ipMasq": false,
"hairpin": "%t", "hairpinMode": %t,
"ipam": { "ipam": {
"type": "host-local", "type": "host-local",
"subnet": "%s", "subnet": "%s",