Skip to content

Commit

Permalink
Merge pull request #4610 from sohankunkerkar/default-crun
Browse files Browse the repository at this point in the history
OCPNODE-2633: templates/*: make crun as the default container runtime
  • Loading branch information
openshift-merge-bot[bot] authored Oct 9, 2024
2 parents 7c5ae75 + a19e325 commit adb91c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit adb91c6

Please sign in to comment.