Przeglądaj źródła

Merge pull request #849 from Dieken/master

kube-flannel-cfg: enable hairpin mode
Tom Denham 7 lat temu
rodzic
commit
6d0945f4c4
1 zmienionych plików z 1 dodań i 0 usunięć
  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
       }
     }