alpine-overlay/kubezero/cri-o/crio.conf

12 lines
217 B
Plaintext
Raw Normal View History

2022-04-13 17:07:07 +00:00
[crio.runtime]
# Overide defaults to not use systemd cgroups.
conmon_cgroup = "pod"
cgroup_manager = "cgroupfs"
2023-07-04 15:10:30 +00:00
default_runtime = "crun"
[crio.runtime.runtimes.crun]
runtime_type = "oci"
runtime_root = "/run/crun"