mirror of
https://github.com/outbackdingo/terraform-render-bootstrap.git
synced 2026-01-27 18:20:40 +00:00
Enable hairpinMode in flannel CNI config
* Allow pods to communicate with themselves via service IP * https://github.com/coreos/flannel/pull/849
This commit is contained in:
@@ -15,6 +15,7 @@ data:
|
||||
{
|
||||
"type": "flannel",
|
||||
"delegate": {
|
||||
"hairpinMode": true,
|
||||
"isDefaultGateway": true
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user