浏览代码

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:
   with_items:
   - "/etc/origin/openvswitch"
   - "/etc/origin/openvswitch"
   - "/var/lib/kubelet"
   - "/var/lib/kubelet"
+  - "/opt/cni/bin"
 
 
 - name: Pre-pull node system container image
 - name: Pre-pull node system container image
   command: >
   command: >