Enable promisc mode because Kubernetes network model needs it.
Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
parent
eff311d493
commit
b82ca71b61
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user