Преглед на файлове

Documentation/Manifests: Enable hairpin mode in other YMLs.

Marco Ebert преди 7 години
родител
ревизия
a5a422e8fb
променени са 3 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 1 0
      Documentation/k8s-manifests/kube-flannel-legacy.yml
  2. 1 0
      Documentation/kube-flannel-aliyun.yml
  3. 1 0
      Documentation/minikube.yml

+ 1 - 0
Documentation/k8s-manifests/kube-flannel-legacy.yml

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

+ 1 - 0
Documentation/kube-flannel-aliyun.yml

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

+ 1 - 0
Documentation/minikube.yml

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