Crictl: Difference between revisions
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=External= | |||
* https://github.com/kubernetes-sigs/cri-tools/blob/master/docs/crictl.md | |||
* https://kubernetes.io/docs/tasks/debug/debug-cluster/crictl/ | |||
=Internal= | =Internal= | ||
* [[Kind_Concepts#containerd_on_Node|Kind Concepts]] | * [[Kind_Concepts#containerd_on_Node|Kind Concepts]] | ||
Line 4: | Line 8: | ||
=Overview= | =Overview= | ||
<code>crictl</code> provides a command line interface for CRI-compatible container runtimes. <code>containerd</code> is one of them. <code>crictl</code> is a useful tool to inspect and debug container runtimes and applications on a Kubernetes node. | |||
=List Images= | =List Images= |
Latest revision as of 23:51, 7 December 2023
External
- https://github.com/kubernetes-sigs/cri-tools/blob/master/docs/crictl.md
- https://kubernetes.io/docs/tasks/debug/debug-cluster/crictl/
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>