Skip to content

Commit

Permalink
Introduce annotation for ScaledJobs to explicitly pause autoscaling s…
Browse files Browse the repository at this point in the history
…o that new jobs are no longer spun up

Signed-off-by: keeganwinchester-shipt <91917907+keeganwinchester-shipt@users.noreply.github.com>
  • Loading branch information
keegancwinchester committed Jul 11, 2022
1 parent a4a9ba5 commit a5658dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ To learn more about our roadmap, we recommend reading [this document](ROADMAP.md

### New

- **General:** Introduce annotation `"autoscaling.keda.sh/is-paused: true` for ScaledJobs to explicitly pause autoscaling so that new jobs are no longer spun up. ([#3303](https://github.com/kedacore/keda/issues/3303))
- **General:** Add support to customize HPA name ([3057](https://github.com/kedacore/keda/issues/3057))
- **General:** Basic setup for migrating e2e tests to Go. ([#2737](https://github.com/kedacore/keda/issues/2737))
- **General:** Introduce new AWS DynamoDB Streams Scaler ([#3124](https://github.com/kedacore/keda/issues/3124))
Expand Down
1 change: 1 addition & 0 deletions config/crd/bases/keda.sh_scaledjobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
autoscaling.keda.sh/is-paused: true
controller-gen.kubebuilder.io/version: v0.6.1
creationTimestamp: null
name: scaledjobs.keda.sh
Expand Down

0 comments on commit a5658dd

Please sign in to comment.