kedacore / keda

KEDA is a Kubernetes-based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes
https://keda.sh
Apache License 2.0
8.38k stars 1.06k forks source link

Single place to maintain common properties for scaled objects #5837

Closed Indresh2410 closed 1 month ago

Indresh2410 commented 4 months ago

Proposal

A single place to maintain common properties for scaled objects so that reconciliation should kick in for all scaledobjects if an entry is added/edited/deleted in configmap

Use-Case

Let's say if I need to introduce an annotation for pausing (autoscaling.keda.sh/paused-replicas) in a cluster having 1000+ scaled objects, we need to iterate over each scaled object to patch annotation.

If there is a Configmap where we mention them, automatically reconciliation should kick in for all scaled objects to include the annotations

Is this a feature you are interested in implementing yourself?

No

Anything else?

No response

stale[bot] commented 2 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.

stale[bot] commented 1 month ago

This issue has been automatically closed due to inactivity.