forked from github/multus-cni
Remove unused config in flannel-daemonset.yaml
This commit is contained in:
committed by
Tomofumi Hayashi
parent
9b3491f9f7
commit
344e74f971
@@ -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",
|
||||
|
Reference in New Issue
Block a user