You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KEDA's validating admission webhook should prevent the creation of a ScaledObject if another ScaledObject already exists in the namespace with the same value for spec.advanced.horizontalPodAutoscalerConfig.name.
If more than 1 ScaledObject exists with the same value for spec.advanced.horizontalPodAutoscalerConfig.name, KEDA operator keeps updating the underlying HPA object continuously.
Use-Case
No response
Is this a feature you are interested in implementing yourself?
No
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Proposal
KEDA's validating admission webhook should prevent the creation of a ScaledObject if another ScaledObject already exists in the namespace with the same value for
spec.advanced.horizontalPodAutoscalerConfig.name
.If more than 1 ScaledObject exists with the same value for
spec.advanced.horizontalPodAutoscalerConfig.name
, KEDA operator keeps updating the underlying HPA object continuously.Use-Case
No response
Is this a feature you are interested in implementing yourself?
No
Anything else?
No response
The text was updated successfully, but these errors were encountered: