Crictl: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
=External= | =External= | ||
* https://github.com/kubernetes-sigs/cri-tools/blob/master/docs/crictl.md | * 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]] |
Revision as of 23:49, 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
List Images
crictl images
Remove an Image
crictl rmi <image-id>