Преглед изворни кода

Merge pull request #849 from Dieken/master

kube-flannel-cfg: enable hairpin mode
Tom Denham пре 7 година
родитељ
комит
6d0945f4c4
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      Documentation/kube-flannel.yml

+ 1 - 0
Documentation/kube-flannel.yml

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