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
|
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",
|
||||||
|
Reference in New Issue
Block a user