Open omerap12 opened 3 hours ago
How can I find the reason for the following status?
~/ k describe autoscalingrunnersets.actions.github.com -n arc-runners mis
Status:
Current Runners: 5
Failed Ephemeral Runners: 1
Pending Ephemeral Runners: 4
Checks
Controller Version
ghcr.io/actions/gha-runner-scale-set-controller:0.9.3
Deployment Method
Helm
Checks
To Reproduce
Describe the bug
We have installed arc runner set in our eks cluster:
as you can see the
CURRENT RUNNERS
is 5. However, when I check the pods, I get the following:This indicates that the minimum runner count isn't being respected, and runners aren't being created in response to GitHub hooks.
What's puzzling is that I have another runner set, using the same values file (with only a different githubConfigUrl and runnerScaleSetName), and it's working perfectly fine.
Describe the expected behavior
Runners should be created.
Additional Context
Controller Logs