From 84104de74b8e9e555f530d40d8f33cc9471716f5 Mon Sep 17 00:00:00 2001 From: DongHo Jung Date: Sat, 31 Dec 2022 10:16:30 +0900 Subject: [PATCH] remove redundant description (#2111) --- docs/detailed-docs.md | 2 -- 1 file changed, 2 deletions(-) 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