Crictl

From NovaOrdis Knowledge Base
Revision as of 23:51, 7 December 2023 by Ovidiu (talk | contribs) (→‎Overview)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

External

Internal

Overview

crictl provides a command line interface for CRI-compatible container runtimes. containerd is one of them. crictl is a useful tool to inspect and debug container runtimes and applications on a Kubernetes node.

List Images

crictl images

Remove an Image

crictl rmi <image-id>