-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
runnerscale set min and max runner issue #3749
Comments
and also not able to delete the failed runners
how to clear this failed runners ? |
any suggestions on this ? |
Hi. I can confirm that we also have this issue in Production (version 0.9.3). We have minRunners set to 2 and maxRunners set to 5, but only when a pipeline triggers the job, a runner pop-up. This was not the behavior on 0.9.0. |
Seeing this issue in 0.9.3 as well. In the OP's logs you can see the controller seems to think there are already the min number of runners even when there isn't. When changing the value to something else the controller will actually spin them up temporarily and then destroy them. No actual error logs, but the controller does state failed: minNum When I changed from 5 to 2 you can see here that it seems to think there was already 5, but there wasn't
|
Checks
Controller Version
0.9.1
Deployment Method
Helm
Checks
To Reproduce
Describe the bug
we configured runner scaleset with min - 5 and max 20 but , always the desire count is showing 0 but when the job triggers it creates the runner pod . any specific changes?
Describe the expected behavior
since we gave min runners -5 , k get runners should always show minimum runners 5 in idle status or running status . but now it is showing 0 runners, only i can listenerpod and controller pod
Additional Context
Controller Logs
Runner Pod Logs
The text was updated successfully, but these errors were encountered: