Enable promisc mode because Kubernetes network model needs it.

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu 2018-03-15 22:21:10 +00:00
parent eff311d493
commit b82ca71b61

View File

@ -113,6 +113,7 @@ if ${INSTALL_CNI}; then
"bridge": "cni0", "bridge": "cni0",
"isGateway": true, "isGateway": true,
"ipMasq": true, "ipMasq": true,
"promiscMode": true,
"ipam": { "ipam": {
"type": "host-local", "type": "host-local",
"subnet": "10.88.0.0/16", "subnet": "10.88.0.0/16",