-
I have a RunnerDeployment below and after an action is ran once, Github shows the runner as Idle status and the runner-deployment pod is still running on my cluster. How do I make the runners terminate and only spin up on a new job?
|
Beta Was this translation helpful? Give feedback.
Answered by
mumoshu
Dec 31, 2021
Replies: 1 comment 1 reply
-
@wilinger See https://github.com/actions-runner-controller/actions-runner-controller#autoscaling-tofrom-0. I recommend webhook-based autoscaler which is more responsive than other options 😄 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mumoshu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@wilinger See https://github.com/actions-runner-controller/actions-runner-controller#autoscaling-tofrom-0. I recommend webhook-based autoscaler which is more responsive than other options 😄