Explorar o código

Merge pull request #6110 from sdodson/dockershim

Nuke /var/lib/dockershim/sandbox/* while nodes are drained
Scott Dodson %!s(int64=7) %!d(string=hai) anos
pai
achega
df85c0478b
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      roles/openshift_node_upgrade/tasks/main.yml

+ 6 - 0
roles/openshift_node_upgrade/tasks/main.yml

@@ -98,6 +98,12 @@
   failed_when: false
   when: not openshift.common.is_containerized | bool
 
+# https://bugzilla.redhat.com/show_bug.cgi?id=1513054
+- name: Clean up dockershim data
+  file:
+    path: "/var/lib/dockershim/sandbox/"
+    state: absent
+
 - name: Upgrade openvswitch
   package:
     name: openvswitch