Force-remove a stuck pod sandbox crictl
Clean up orphaned NotReady pod sandboxes the kubelet failed to GC; node-level recovery
crictl rmp -f $(crictl pods -q --state NotReady)
more crictl
all 3 commands →
Clean up orphaned NotReady pod sandboxes the kubelet failed to GC; node-level recovery
crictl rmp -f $(crictl pods -q --state NotReady)