Skip to content

Commit 6449d5b

Browse files
author
AidanAbd
committed
fix: cgroupfs for previous kernel versin
1 parent 1a7e53d commit 6449d5b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sysbox-eks.pkr.hcl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,7 @@ build {
347347
"sudo touch /etc/crio/crio.conf",
348348

349349
# todo(maximsmol): do this only when K8s is configured without systemd cgroups (from sysbox todos)
350-
# note(aidan): removed this with sysbox 0.6.7 and put back to 'systemd'
351-
"sudo dasel put string --parser toml --file /etc/crio/crio.conf --selector 'crio.runtime.cgroup_manager' 'systemd'",
350+
"sudo dasel put string --parser toml --file /etc/crio/crio.conf --selector 'crio.runtime.cgroup_manager' 'cgroupfs'",
352351
"sudo dasel put string --parser toml --file /etc/crio/crio.conf --selector 'crio.runtime.conmon_cgroup' 'pod'",
353352

354353
# use containerd/Docker's default capabilities: https://github.com/moby/moby/blob/faf84d7f0a1f2e6badff6f720a3e1e559c356fff/oci/caps/defaults.go

0 commit comments

Comments
 (0)