remove redundant description (#2111)

This commit is contained in:
DongHo Jung
2022-12-31 10:16:30 +09:00
committed by GitHub
parent aa6dab5a9a
commit 84104de74b

View File

@@ -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