Browse Source

Nuke /var/lib/dockershim/sandbox/* while nodes are drained

Scott Dodson 7 years ago
parent
commit
64722aaac8
1 changed files with 6 additions and 0 deletions
  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