소스 검색

Mount kubelet plugins inside controller

Hemant Kumar 6 년 전
부모
커밋
6b1a867be0
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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