Remove unused config in flannel-daemonset.yaml

This commit is contained in:
Michael Wyraz
2018-12-15 23:39:15 +01:00
committed by Tomofumi Hayashi
parent 9b3491f9f7
commit 344e74f971

View File

@@ -55,25 +55,26 @@ metadata:
tier: node tier: node
app: flannel app: flannel
data: data:
cni-conf.json: | # ------------------------------- Intentionally removed, Multus daemonset configures /etc/cni/net.d
{ #cni-conf.json: |
"name": "cbr0", # {
"plugins": [ # "name": "cbr0",
{ # "plugins": [
"type": "flannel", # {
"delegate": { # "type": "flannel",
"hairpinMode": true, # "delegate": {
"isDefaultGateway": true # "hairpinMode": true,
} # "isDefaultGateway": true
}, # }
{ # },
"type": "portmap", # {
"capabilities": { # "type": "portmap",
"portMappings": true # "capabilities": {
} # "portMappings": true
} # }
] # }
} # ]
# }
net-conf.json: | net-conf.json: |
{ {
"Network": "10.244.0.0/16", "Network": "10.244.0.0/16",