We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Hello,
I have the same issue, the workers are restarting....
Sorry, something went wrong.
I ran into this as well. The discussion at concourse/concourse-docker#74 is relevant, notably this comment.
I was able to fix this in Minikube by using the containerd runtime. In values.yaml:
values.yaml
concourse: worker: runtime: containerd
Then:
helm install -f values.yaml concourse-minikube concourse/concourse
No branches or pull requests
After install following worker pod is not working
And their failure logs
Any idea
The text was updated successfully, but these errors were encountered: