Skip to content

Commit

Permalink
docs: autoscaler doc for max_scale_up and max_scale_down of target-va…
Browse files Browse the repository at this point in the history
  • Loading branch information
brmzkw authored Feb 13, 2024
1 parent 1bde7a8 commit 61941d8
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,11 @@ check "target-value-check" {
- `threshold` `(float: 0.01)` - Specifies how significant a change in the input
metric should be considered. Small threshold values can lead to output
fluctuation.

- `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 61941d8

Please sign in to comment.