aboutsummaryrefslogtreecommitdiffstats
path: root/testing/cri-o/crio.conf
diff options
context:
space:
mode:
Diffstat (limited to 'testing/cri-o/crio.conf')
-rw-r--r--testing/cri-o/crio.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/cri-o/crio.conf b/testing/cri-o/crio.conf
new file mode 100644
index 00000000000..525c6a4ed01
--- /dev/null
+++ b/testing/cri-o/crio.conf
@@ -0,0 +1,11 @@
+[crio.runtime]
+
+# Overide defaults to not use systemd cgroups.
+conmon_cgroup = "pod"
+cgroup_manager = "cgroupfs"
+
+default_runtime = "crun"
+
+[crio.runtime.runtimes.crun]
+runtime_type = "oci"
+runtime_root = "/run/crun"