mirror of
https://github.com/outbackdingo/terraform-render-bootstrap.git
synced 2026-01-27 10:20:45 +00:00
Enable hairpin mode on cbr0 in kube-flannel-cfg
This commit is contained in:
@@ -12,7 +12,8 @@ data:
|
||||
"name": "cbr0",
|
||||
"type": "flannel",
|
||||
"delegate": {
|
||||
"isDefaultGateway": true
|
||||
"isDefaultGateway": true,
|
||||
"hairpinMode": true
|
||||
}
|
||||
}
|
||||
net-conf.json: |
|
||||
|
||||
Reference in New Issue
Block a user