concourse-chart
concourse-chart copied to clipboard
Concourse worker pod is crashing on Minikube/Kind cluster in Mac
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
Hello,
I have the same issue, the workers are restarting....
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