actions-runner-controller icon indicating copy to clipboard operation
actions-runner-controller copied to clipboard

[helmchart] customize dind container resources limits

Open joosangkim opened this issue 1 year ago • 2 comments

Currently dind container has no resources key, it causes difficulties at monitoring self-hosted runners usage. This PR is about customizing dind container's resource limit by users taste and also it has default value as same as github hosted runners for private repositories.

joosangkim avatar Nov 07 '24 01:11 joosangkim

also covered here: https://github.com/actions/actions-runner-controller/pull/3645. no reaction from the maintainers for months...

norman-zon avatar Jan 29 '25 13:01 norman-zon

We can now customise resource limits at the pod level: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#pod-level-resource-specification

Maybe that helps alleviate your need for this? As it did for me

Rosspetcsiro avatar Oct 17 '25 04:10 Rosspetcsiro