소스 검색

Ensure /opt/cni/bin exists when running a node in a system container

Vadim Rutkovsky 7 년 전
부모
커밋
fd72e7e754
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      roles/openshift_node/tasks/node_system_container.yml

+ 1 - 0
roles/openshift_node/tasks/node_system_container.yml

@@ -14,6 +14,7 @@
   with_items:
   - "/etc/origin/openvswitch"
   - "/var/lib/kubelet"
+  - "/opt/cni/bin"
 
 - name: Pre-pull node system container image
   command: >