Merge pull request #670 from Random-Liu/enable-promic-mode

Enable promisc mode because Kubernetes network model needs it.
This commit is contained in:
Lantao Liu 2018-03-15 16:27:54 -07:00 committed by GitHub
commit 45f4037d3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",