Skip to content

Commit 93ce729

Browse files
author
AidanAbd
committed
fix: putback to systemd cgroups
1 parent b99714d commit 93ce729

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sysbox-eks.pkr.hcl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,8 @@ 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-
"sudo dasel put string --parser toml --file /etc/crio/crio.conf --selector 'crio.runtime.cgroup_manager' 'cgroupfs'",
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'",
351352
"sudo dasel put string --parser toml --file /etc/crio/crio.conf --selector 'crio.runtime.conmon_cgroup' 'pod'",
352353

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

0 commit comments

Comments
 (0)