Enable hairpin mode on cbr0 in kube-flannel-cfg

This commit is contained in:
Dalton Hubble
2017-08-16 18:22:42 -07:00
parent c4e87f9695
commit 1c1c4b36f8

View File

@@ -12,7 +12,8 @@ data:
"name": "cbr0",
"type": "flannel",
"delegate": {
"isDefaultGateway": true
"isDefaultGateway": true,
"hairpinMode": true
}
}
net-conf.json: |