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:
Dalton Hubble
2017-10-22 13:49:53 -07:00
parent db7c13f5ee
commit 74366f6076

View File

@@ -15,6 +15,7 @@ data:
{
"type": "flannel",
"delegate": {
"hairpinMode": true,
"isDefaultGateway": true
}
},