{ "cniVersion": "0.3.1", "name": "kube-standalone", "plugins": [ { "type": "bridge", "bridge": "kube-bridge", "isDefaultGateway": true, "ipMasq": true, "hairpinMode": false, "ipam": { "type": "host-local", "subnet": "{{ kubernetes_standalone_pod_cidr }}" } }, { "type": "portmap", "capabilities": { "portMappings": true }, "snat": true } ] }