From dcea0f7f79a1929f65ba33d2461114d8c55a1209 Mon Sep 17 00:00:00 2001 From: lucas-pate <77509827+lucas-pate@users.noreply.github.com> Date: Sat, 10 Jul 2021 19:05:43 -0500 Subject: [PATCH] Update README.md to fix scaleUp/Down examples (#684) * Update README.md to fix scaleUp/Down examples * fix comment formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81dcc9e0..5163ff81 100644 --- a/README.md +++ b/README.md @@ -469,8 +469,8 @@ spec: - type: PercentageRunnersBusy scaleUpThreshold: '0.75' # The percentage of busy runners at which the number of desired runners are re-evaluated to scale up scaleDownThreshold: '0.3' # The percentage of busy runners at which the number of desired runners are re-evaluated to scale down - ScaleUpAdjustment: '2' # The scale up runner count added to desired count - ScaleDownAdjustment: '1' # The scale down runner count subtracted from the desired count + scaleUpAdjustment: 2 # The scale up runner count added to desired count + scaleDownAdjustment: 1 # The scale down runner count subtracted from the desired count ``` Like the previous metric, the scale down factor respects the anti-flapping configuration is applied to the `HorizontalRunnerAutoscaler` as mentioned previously: