CRI-O

From wikieduonline
Revision as of 09:13, 23 November 2023 by Welcome (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

wikipedia:CRI-O is a OCI-based implementation of Kubernetes Container Runtime Interface (CRI).

crio.conf
$ sudo curl -v --unix-socket /var/run/crio/crio.sock http://localhost/info | jq
{
  "storage_driver": "btrfs",
  "storage_root": "/var/lib/containers/storage",
  "cgroup_driver": "systemd",
  "default_id_mappings": { ... }
}
minikube start
Exiting due to MK_USAGE: --container-runtime must be set to "containerd" or "cri-o" for rootless

See also[edit]

Advertising: