From a5658ddcafdf6c62892e6152df1a1cdeef26dda5 Mon Sep 17 00:00:00 2001 From: keeganwinchester-shipt <91917907+keeganwinchester-shipt@users.noreply.github.com> Date: Mon, 11 Jul 2022 08:37:59 -0500 Subject: [PATCH] Introduce annotation for ScaledJobs to explicitly pause autoscaling so that new jobs are no longer spun up Signed-off-by: keeganwinchester-shipt <91917907+keeganwinchester-shipt@users.noreply.github.com> --- CHANGELOG.md | 1 + config/crd/bases/keda.sh_scaledjobs.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8900ec5ed5b..c689e041373 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/config/crd/bases/keda.sh_scaledjobs.yaml b/config/crd/bases/keda.sh_scaledjobs.yaml index 2f73c3b175d..5def07edead 100644 --- a/config/crd/bases/keda.sh_scaledjobs.yaml +++ b/config/crd/bases/keda.sh_scaledjobs.yaml @@ -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