From b04491a94cedfbf2d720acfda32d9009ea95a281 Mon Sep 17 00:00:00 2001 From: Julien Castets Date: Thu, 4 Apr 2024 16:54:34 +0200 Subject: [PATCH] doc nomad-autoscaler: add options for pass-through strategy (#20284) --- .../tools/autoscaling/plugins/strategy/pass-through.mdx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/website/content/tools/autoscaling/plugins/strategy/pass-through.mdx b/website/content/tools/autoscaling/plugins/strategy/pass-through.mdx index f10a2e47e73..dc2554d0041 100644 --- a/website/content/tools/autoscaling/plugins/strategy/pass-through.mdx +++ b/website/content/tools/autoscaling/plugins/strategy/pass-through.mdx @@ -33,4 +33,10 @@ check "pass-through-check" { } ``` -The `pass-through` plugin doesn't have any configuration. +- `max_scale_up` `(int: unlimited)` - Specifies the maximum number of instances + that can be added in a single scaling operation. It acts as a safeguard + against the system scaling up too rapidly. + +- `max_scale_down` `(int: unlimited)` - Specifies the maximum number of instances + that can be removed in a single scaling operation. It acts as a safeguard + against the system scaling down too rapidly.