Skip to content

Commit

Permalink
Remove unused config in flannel-daemonset.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
micw authored and s1061123 committed Jan 10, 2019
1 parent 9b3491f commit 344e74f
Showing 1 changed file with 20 additions and 19 deletions.
39 changes: 20 additions & 19 deletions images/flannel-daemonset.yml
Expand Up @@ -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",
Expand Down

0 comments on commit 344e74f

Please sign in to comment.