Преглед изворни кода

Merge pull request #12047 from mtnbikenc/fix-crio-dirs

Temporary workaround for crio dirs
OpenShift Merge Robot пре 5 година
родитељ
комит
5abcb8afeb
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      roles/openshift_node/tasks/install.yml

+ 2 - 1
roles/openshift_node/tasks/install.yml

@@ -9,7 +9,7 @@
   register: result
   until: result is succeeded
 
-# FIXME: Creation of these directories should not be required for crio 1.14.5
+# FIXME: Creation of these directories should not be required for crio 1.16+
 - name: Create CNI dirs for crio
   file:
     path: "{{ item }}"
@@ -21,6 +21,7 @@
   - /var/lib/cni/bin
   - /etc/kubernetes/cni/net.d/
   - /opt/cni/bin/
+  - /usr/share/containers/oci/hooks.d
 
 - name: Get cluster version
   command: >