crictl
3 commands
3 shown
Inspect container CRI metadata
Dump runtime info, cgroup path, mounts and pid for a CRI container kubectl can't show
crictl inspect <id> | jq '.info'
Force-remove a stuck pod sandbox
Clean up orphaned NotReady pod sandboxes the kubelet failed to GC; node-level recovery
crictl rmp -f $(crictl pods -q --state NotReady)
Prune images on a node
Reclaim disk by deleting images not referenced by any container; safe node disk-pressure fix
crictl rmi --prune
no commands match