Skip to content

Commit d99fbcc

Browse files
author
AidanAbd
committed
fix: undo the cgroupsfs thing sysbox
1 parent b0675c0 commit d99fbcc

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
@@ -333,7 +333,8 @@ build {
333333
"sudo touch /etc/crio/crio.conf",
334334

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

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

0 commit comments

Comments
 (0)