Parcourir la 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 il y a 7 ans
Parent
commit
c0714203aa
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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: >