remove redundant description (#2111)
This commit is contained in:
parent
aa6dab5a9a
commit
84104de74b
|
|
@ -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
|
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
|
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:
|
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
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue