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",
"isGateway": true,
"ipMasq": true,
"promiscMode": true,
"ipam": {
"type": "host-local",
"subnet": "10.88.0.0/16",