diff --git a/docs/detailed-docs.md b/docs/detailed-docs.md index 020bc2de..a8b78491 100644 --- a/docs/detailed-docs.md +++ b/docs/detailed-docs.md @@ -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