From a19e3250d123c59d360361e6e303e6ce3164ef1f Mon Sep 17 00:00:00 2001 From: Sohan Kunkerkar Date: Tue, 24 Sep 2024 09:26:20 -0400 Subject: [PATCH] templates/*: make crun as the default container runtime Signed-off-by: Sohan Kunkerkar --- .../master/01-master-container-runtime/_base/files/crio.yaml | 2 +- .../worker/01-worker-container-runtime/_base/files/crio.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/master/01-master-container-runtime/_base/files/crio.yaml b/templates/master/01-master-container-runtime/_base/files/crio.yaml index 9a9d04e48f..0bc99e9808 100644 --- a/templates/master/01-master-container-runtime/_base/files/crio.yaml +++ b/templates/master/01-master-container-runtime/_base/files/crio.yaml @@ -17,7 +17,7 @@ contents: default_env = [ "NSS_SDB_USE_CACHE=no", ] - default_runtime = "runc" + default_runtime = "crun" log_level = "info" cgroup_manager = "systemd" default_sysctls = [ diff --git a/templates/worker/01-worker-container-runtime/_base/files/crio.yaml b/templates/worker/01-worker-container-runtime/_base/files/crio.yaml index 98cd89daec..59a560e191 100644 --- a/templates/worker/01-worker-container-runtime/_base/files/crio.yaml +++ b/templates/worker/01-worker-container-runtime/_base/files/crio.yaml @@ -22,7 +22,7 @@ contents: default_sysctls = [ "net.ipv4.ping_group_range=0 2147483647", ] - default_runtime = "runc" + default_runtime = "crun" hooks_dir = [ "/etc/containers/oci/hooks.d", "/run/containers/oci/hooks.d",