File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments