concourse / concourse-chart

Helm chart to install Concourse
Apache License 2.0
143 stars 174 forks source link

mount:can't find /sys/fs/cgroup in /proc/mounts #287

Open Murat2424 opened 2 years ago

Murat2424 commented 2 years ago

I'm getting this error, any ideas? mount:can't find /sys/fs/cgroup in /proc/mounts

taylorsilva commented 2 years ago

Guessing your linux host is using cgroupsv2. Try setting the runtime to containerd which does support cgroupsv2

https://github.com/concourse/concourse-chart/blob/ac56d8ed3e3244f645970657f197969f0d0fe553/values.yaml#L1646-L1648