mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-06-01 17:17:56 +00:00
e6effb8245
crio refuses to delete pods when cni is unavailable which is the case e.g. using calico with kdd datastore. See: https://github.com/cri-o/cri-o/issues/4084 Fix by deleting storage associated with containers. Stop and disable crio service so switching container runtime can be done.