mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-01 02:00:23 +03:00
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.