Hey, I'm trying to deploy the GHA runner scale set with the ENV variable ACTIONS_RUNNER_CONTAINER_HOOK_TEMPLATE This variable is used to add resource limits and requests for the workflow pods as the container hooks which is mounted as a config map.
Here is the configuration where the runner scale set is deployed with the specified settings:
Hey, I'm trying to deploy the GHA runner scale set with the ENV variable
ACTIONS_RUNNER_CONTAINER_HOOK_TEMPLATE
This variable is used to add resource limits and requests for the workflow pods as the container hooks which is mounted as a config map.Here is the configuration where the runner scale set is deployed with the specified settings:
I added an ENV variable to enable resource requests and limits using the container hooks:
However, when the workflow runs, the pods fail immediately, entering a terminating state with the following error:
The error in the workflow section shows this without any proper error message:
Here is the GitHub workflow file I'm trying to run: