Browse Source

Mount kubelet plugins inside controller

Hemant Kumar 6 years ago
parent
commit
6b1a867be0
1 changed files with 5 additions and 0 deletions
  1. 5 0
      roles/openshift_control_plane/files/controller.yaml

+ 5 - 0
roles/openshift_control_plane/files/controller.yaml

@@ -33,6 +33,8 @@ spec:
        name: master-cloud-provider
      - mountPath: /etc/containers/registries.d/
        name: signature-import
+     - mountPath: /etc/origin/kubelet-plugins
+       name: kubelet-plugins
     livenessProbe:
       httpGet:
         scheme: HTTPS
@@ -50,3 +52,6 @@ spec:
   - hostPath:
       path: /etc/containers/registries.d
     name: signature-import
+  - name: kubelet-plugins
+    hostPath:
+      path: /etc/origin/kubelet-plugins