From b82ca71b61b8077b8cce0c8d0b175df7d35497b9 Mon Sep 17 00:00:00 2001 From: Lantao Liu Date: Thu, 15 Mar 2018 22:21:10 +0000 Subject: [PATCH] Enable promisc mode because Kubernetes network model needs it. Signed-off-by: Lantao Liu --- hack/install-deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/install-deps.sh b/hack/install-deps.sh index d22c15956..415bcfe7a 100755 --- a/hack/install-deps.sh +++ b/hack/install-deps.sh @@ -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",