From 344e74f971e56bd73068ba574423f8f8ad18e63d Mon Sep 17 00:00:00 2001 From: Michael Wyraz Date: Sat, 15 Dec 2018 23:39:15 +0100 Subject: [PATCH] Remove unused config in flannel-daemonset.yaml --- images/flannel-daemonset.yml | 39 ++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/images/flannel-daemonset.yml b/images/flannel-daemonset.yml index 1939661dc..12e60a6d9 100644 --- a/images/flannel-daemonset.yml +++ b/images/flannel-daemonset.yml @@ -55,25 +55,26 @@ metadata: tier: node app: flannel data: - cni-conf.json: | - { - "name": "cbr0", - "plugins": [ - { - "type": "flannel", - "delegate": { - "hairpinMode": true, - "isDefaultGateway": true - } - }, - { - "type": "portmap", - "capabilities": { - "portMappings": true - } - } - ] - } + # ------------------------------- Intentionally removed, Multus daemonset configures /etc/cni/net.d + #cni-conf.json: | + # { + # "name": "cbr0", + # "plugins": [ + # { + # "type": "flannel", + # "delegate": { + # "hairpinMode": true, + # "isDefaultGateway": true + # } + # }, + # { + # "type": "portmap", + # "capabilities": { + # "portMappings": true + # } + # } + # ] + # } net-conf.json: | { "Network": "10.244.0.0/16",