Skip to content

Commit

Permalink
Clarify that pause happens with any replica count (kedacore#745)
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksander Slominski <[email protected]>
  • Loading branch information
aslom authored Apr 15, 2022
1 parent a78b63e commit f6490d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/2.7/concepts/scaling-deployments.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ metadata:
autoscaling.keda.sh/paused-replicas: "0"
```

The above annotation will scale your current workload to 0 replicas and pause autoscaling. You can set the value of replicas for an object to be paused at to any arbitary number. To enable autoscaling again, simply remove the annotation from the `ScaledObject`definition.
The presensce of this annotation will pause autoscaling no matter what number of replicas is provided. The above annotation will scale your current workload to 0 replicas and pause autoscaling. You can set the value of replicas for an object to be paused at to any arbitary number. To enable autoscaling again, simply remove the annotation from the `ScaledObject`definition.

## Long-running executions

Expand Down

0 comments on commit f6490d4

Please sign in to comment.