Skip to content

Commit

Permalink
doc nomad-autoscaler: add options for pass-through strategy (#20284)
Browse files Browse the repository at this point in the history
  • Loading branch information
brmzkw authored and philrenaud committed Apr 18, 2024
1 parent 15cd1e9 commit b04491a
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit b04491a

Please sign in to comment.