concourse / concourse-chart

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

Concourse worker pod is crashing on Minikube/Kind cluster in Mac #296

Open bappy776 opened 2 years ago

bappy776 commented 2 years ago

After install following worker pod is not working

oncourse-worker-0               0/1     CrashLoopBackOff   12 (3m8s ago)    161m
concourse-worker-1               0/1     CrashLoopBackOff   12 (3m20s ago)   161m

And their failure logs

 {"timestamp":"2022-03-10T08:03:01.566080500Z","level":"info","source":"guardian","message":"guardian.start.completed","data":{"session":"6"}}                                                  │
│ {"timestamp":"2022-03-10T08:03:01.566194300Z","level":"error","source":"guardian","message":"guardian.starting-guardian-backend","data":{"error":"bulk starter: mounting subsystem 'cpuset' in │
│ bulk starter: mounting subsystem 'cpuset' in '/sys/fs/cgroup/cpuset': operation not permitted                                                                                                  │
│ bulk starter: mounting subsystem 'cpuset' in '/sys/fs/cgroup/cpuset': operation not permitted  

Any idea

mihneastaub commented 2 years ago

Hello,

I have the same issue, the workers are restarting....

davidkuster commented 1 year ago

I ran into this as well. The discussion at https://github.com/concourse/concourse-docker/issues/74 is relevant, notably this comment.

I was able to fix this in Minikube by using the containerd runtime. In values.yaml:

concourse:
  worker:
    runtime: containerd

Then:

helm install -f values.yaml concourse-minikube concourse/concourse