Skip to content

Add support for KEDA HPA Config to Helm Chart #24103

Description

@Swalloow

Description

When managing the scale of a group of replicas using the HorizontalPodAutoscaler, it is possible that the number of replicas keeps fluctuating frequently due to the dynamic nature of the metrics evaluated. This is sometimes referred to as thrashing, or flapping.
https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/#flapping

Sometimes clusters need to restrict the flapping of Airflow worker replicas.
KEDA supports advanced.horizontalPodAutoscalerConfig.
It would be great if the users would have the option in the helm chart to configure scale down behavior.

Use case/motivation

KEDA currently cannot set advanced options.
We want to set advanced options like scaleDown.stabilizationWindowSeconds, scaleDown.policies.

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Assignees

Labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions