Replies: 3 comments 7 replies
-
Legacy ARCIn order to not leave this question unanswered: If you are still using the legacy ARC approach, the way to go would be to set Runner Scale SetIn case one uses the new runner scale set approach, this different. DINDIf you define the runner and dind container on your own, you can just add the resource limits there. See actions-runner-controller/charts/gha-runner-scale-set/values.yaml Lines 115 to 159 in 9fba375 But, if you use the KubernetesIn addition, there is also the From my understanding, resource limits for those can be defined via a In addition, one could also use another tool such as Kyverno to mutate pods on creation to ensure all of them have proper resource limits, or to ban such pods completely. @nikola-jokic may I ask you for your opinion on this post? Is it correct like that? |
Beta Was this translation helpful? Give feedback.
-
Thank you for your replies! In a given workflow run under |
Beta Was this translation helpful? Give feedback.
-
This is really confusing. I just need to see how to add resources to the containers for Kubernetes ARCs. What do I do? |
Beta Was this translation helpful? Give feedback.
-
We are working on a stability issue with our RunnerDeployments. My team inherited a setup where there are several different RunnerDeployments of different sizes, but the resource requests/limits were only being applied to the
runner
container. I want to set limits on thedocker
container too, but how do I do it? What runs on therunner
container and what runs in thedocker
container?Beta Was this translation helpful? Give feedback.
All reactions