Skip to content

Commit

Permalink
Specify that you can unpause by setting autoscaling.keda.sh/paused=fa…
Browse files Browse the repository at this point in the history
…lse (#1283)

Signed-off-by: Nate Appelson <[email protected]>
  • Loading branch information
nappelson authored Dec 22, 2023
1 parent f7b0c76 commit 9bf4aec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/docs/2.13/concepts/scaling-deployments.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ The annotation `autoscaling.keda.sh/paused` will pause scaling immediately and u
Typically, either one or the other is being used given they serve a different purpose/scenario. However, if both `paused` and `paused-replicas` are set, KEDA will scale your current workload to the number specified count in `paused-replicas` and then pause autoscaling.

To enable/unpause autoscaling again, simply remove all paused annotations from the `ScaledObject` definition.
To enable/unpause autoscaling again, simply remove all paused annotations from the `ScaledObject` definition. If you paused with `autoscaling.keda.sh/paused`, you can also set the annotation to `false` to unpause.


### Scaling Modifiers (Experimental)
Expand Down
2 changes: 1 addition & 1 deletion content/docs/2.13/concepts/scaling-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ metadata:
autoscaling.keda.sh/paused: true
```
The above annotation will pause autoscaling. To enable autoscaling again, simply remove the annotation from the `ScaledJob` definition.
The above annotation will pause autoscaling. To enable autoscaling again, simply remove the annotation from the `ScaledJob` definition or set the value to `false`.

# Sample

Expand Down

0 comments on commit 9bf4aec

Please sign in to comment.