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

Merge pull request #8101 from pravisankar/fix-egress-router-setup

Bug 1562783 - Fix egress router setup
OpenShift Merge Robot пре 7 година
родитељ
комит
6d4886384b
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      roles/openshift_sdn/files/sdn.yaml

+ 1 - 0
roles/openshift_sdn/files/sdn.yaml

@@ -31,6 +31,7 @@ spec:
       # as all pods.
       serviceAccountName: sdn
       hostNetwork: true
+      hostPID: true
       containers:
       # The network container launches the openshift-sdn process, the kube-proxy, and the local DNS service.
       # It relies on an up to date node-config.yaml being present.