Browse Source

Temporary workaround for crio dirs

Add dirs required for crio to start
Russell Teague 5 years ago
parent
commit
5b470a33b5
1 changed files with 2 additions and 1 deletions
  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: >