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",
|
"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",
|
||||||
|
Loading…
Reference in New Issue
Block a user