cri-o
Installation
SKILL.md
CRI-O
Use this skill to configure and debug CRI-O as a Kubernetes container runtime using crictl and crio.conf.
Quick Start
- Set
CONTAINER_RUNTIME_ENDPOINT=unix:///var/run/crio/crio.sockbefore usingcrictl. - Run
crictl infoto verify CRI-O is running and reachable. - Use
crictl podsandcrictl psto inspect pods and containers. - Back up
/etc/crio/crio.confbefore making any configuration changes.
Intent Router
references/install-and-setup.md— install CRI-O, crictl, OCI runtime, CNI pluginsreferences/command-cookbook.md— crictl pods/ps/images/exec/logs/inspect/stats commandsreferences/crio-configuration.md— crio.conf structure, runtime table, image config, log configreferences/kubernetes-integration.md— kubelet CRI socket, CNI config, OCI runtime selection, GC tuning