Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit c5b2972

Browse files
committed
Enable hairpinMode in flannel CNI config
* Allow pods to communicate with themselves via service IP * flannel-io/flannel#849
1 parent 7279a38 commit c5b2972

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/asset/internal/templates.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,6 +1106,7 @@ data:
11061106
{
11071107
"type": "flannel",
11081108
"delegate": {
1109+
"hairpinMode": true,
11091110
"isDefaultGateway": true
11101111
}
11111112
},

0 commit comments

Comments
 (0)