-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Runners keep throwing docker Daemon running #3223
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
Comments
Hello! Thank you for filing an issue. The maintainers will triage your issue shortly. In the meantime, please take a look at the troubleshooting guide for bug reports. If this is a feature request, please review our contribution guidelines. |
this is the message we are seeing |
Hi Team, Thanks |
HI Team, any suggestions on the above one? Thanks |
HI @nikola-jokic can you please advise on the above ticket ? |
We just had a similar issue in one of our clusters today. We tracked the root cause to the latest v25.0.0 release of docker:dind and ended setting the Helm value for |
@emilwangaa so i need to upgrade my actions runner controller chat to 25.0.0 and update docker dind verison ? |
@prosper-sre I don't think you need to update your arc chart unless it doesn't support setting the dind version. |
Hello @emilwangaa, could you share how you changed helm upgrade --install -f custom-values.yaml --namespace actions-runner-system --create-namespace --wait actions-runner-controller actions-runner-controller/actions-runner-controller --set image.dindSidecarRepositoryAndTag=docker:24.0.7-dind --version ${CHART_VERSION} but I still see the image |
We use Terraform to install the chart, but your method looks right. Which version of the chart are you using? And have you tried setting it in the |
i have done the upgrade, but still seeing the same issues. looks like one of the workflow causing this problem and it is mono repo . some thing wrong with that . i need to figure it out. i think it is purely resource issues, do we have any recommended specifications w.r.t to cpu memory ? |
Thanks for the response @emilwangaa I can now see |
@emilwangaa I also did a version update and am experiencing the same issue, maybe it was fixed after updating to that version? |
Checks
Controller Version
actions-runner-controller-0.22.0
Deployment Method
Helm
Checks
To Reproduce
Describe the bug
runners are in running state, but after some time new runners getting docker daemon running error and job are waiting in queue to pick the runner
happening for all the new runners then pod going to error state
Describe the expected behavior
based on the load horizontal scaler should scale the runners, but it is throwing docker daemon running ? error
Additional Context
Controller Logs
Runner Pod Logs
The text was updated successfully, but these errors were encountered: