Selaa lähdekoodia

fixing the mounts for the daemonset config to have non subpath mount

Matt Woodson 7 vuotta sitten
vanhempi
commit
afa5eb7c13
1 muutettua tiedostoa jossa 6 lisäystä ja 3 poistoa
  1. 6 3
      roles/openshift_daemonset_config/templates/daemonset.yml.j2

+ 6 - 3
roles/openshift_daemonset_config/templates/daemonset.yml.j2

@@ -101,9 +101,8 @@ spec:
           subPath: sys
           name: host
           readOnly: true
-        - mountPath: /var/run/docker.sock
-          subPath: var/run/docker.sock
-          name: host
+        - mountPath: /run/docker.sock
+          name: docker-sock
           readOnly: true
         - mountPath: /var/run/openvswitch
           subPath: var/run/openvswitch
@@ -150,3 +149,7 @@ spec:
       - name: host
         hostPath:
           path: /
+      - hostPath:
+          path: /run/docker.sock
+          type: ""
+        name: docker-sock