Browse Source

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 years ago
parent
commit
c0714203aa
1 changed files with 1 additions and 0 deletions
  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: >