Skip to content

Commit

Permalink
Enable promisc mode because Kubernetes network model needs it.
Browse files Browse the repository at this point in the history
Signed-off-by: Lantao Liu <lantaol@google.com>
  • Loading branch information
Random-Liu committed Mar 15, 2018
1 parent eff311d commit b82ca71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/install-deps.sh
Expand Up @@ -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",
Expand Down

0 comments on commit b82ca71

Please sign in to comment.