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

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

Matt Woodson преди 7 години
родител
ревизия
afa5eb7c13
променени са 1 файла, в които са добавени 6 реда и са изтрити 3 реда
  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
           subPath: sys
           name: host
           name: host
           readOnly: true
           readOnly: true
-        - mountPath: /var/run/docker.sock
-          subPath: var/run/docker.sock
-          name: host
+        - mountPath: /run/docker.sock
+          name: docker-sock
           readOnly: true
           readOnly: true
         - mountPath: /var/run/openvswitch
         - mountPath: /var/run/openvswitch
           subPath: var/run/openvswitch
           subPath: var/run/openvswitch
@@ -150,3 +149,7 @@ spec:
       - name: host
       - name: host
         hostPath:
         hostPath:
           path: /
           path: /
+      - hostPath:
+          path: /run/docker.sock
+          type: ""
+        name: docker-sock