Skip to content
New issue

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

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

Open
bappy776 opened this issue Mar 10, 2022 · 2 comments
Open

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

bappy776 opened this issue Mar 10, 2022 · 2 comments

Comments

@bappy776
Copy link

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
Copy link

Hello,

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

@davidkuster
Copy link

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:

concourse:
  worker:
    runtime: containerd

Then:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants