mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-10 11:41:27 +00:00
remove redundant description (#2111)
This commit is contained in:
@@ -754,8 +754,6 @@ If runner is never used due to other runners matching needed runner group and re
|
||||
1. The scale trigger duration specified via `HRA.spec.scaleUpTriggers[].duration` elapses
|
||||
2. The HRA thinks the capacity reservation is expired, removes it from HRA's `capacityReservations` and terminates the expired runner ensuring it isn't busy via the GitHub API beforehand
|
||||
|
||||
1. The HRA removes a capacity reservation from its `capacityReservations` and terminates the expired runner ensuring it isn't busy via the GitHub API beforehand
|
||||
|
||||
Your `HRA.spec.scaleUpTriggers[].duration` value should be set long enough to account for the following things:
|
||||
|
||||
1. the potential amount of time it could take for a pod to become `Running` e.g. you need to scale horizontally because there isn't a node avaliable
|
||||
|
||||
Reference in New Issue
Block a user