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

  1. Set CONTAINER_RUNTIME_ENDPOINT=unix:///var/run/crio/crio.sock before using crictl.
  2. Run crictl info to verify CRI-O is running and reachable.
  3. Use crictl pods and crictl ps to inspect pods and containers.
  4. Back up /etc/crio/crio.conf before making any configuration changes.

Intent Router

  • references/install-and-setup.md — install CRI-O, crictl, OCI runtime, CNI plugins
  • references/command-cookbook.md — crictl pods/ps/images/exec/logs/inspect/stats commands
  • references/crio-configuration.md — crio.conf structure, runtime table, image config, log config
  • references/kubernetes-integration.md — kubelet CRI socket, CNI config, OCI runtime selection, GC tuning

Workflow

Installs
1
First Seen
Jul 8, 2026
cri-o — alisonaquinas/llm-ci-dev