浏览代码

Merge pull request #8065 from vrutkovs/create-opt-cni-bin

Ensure /opt/cni/bin exists when running a node in a system container
Vadim Rutkovsky 7 年之前
父节点
当前提交
c0714203aa
共有 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: >