Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KEDA Validation should prevent the creation of a ScaledObject with duplicate value for spec.advanced.horizontalPodAutoscalerConfig.name #6130

Closed
asobti opened this issue Sep 4, 2024 · 1 comment · Fixed by #6198
Labels
feature-request All issues for new features that have not been committed to needs-discussion

Comments

@asobti
Copy link

asobti commented Sep 4, 2024

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

@asobti asobti added feature-request All issues for new features that have not been committed to needs-discussion labels Sep 4, 2024
@zroubalik
Copy link
Member

Reasonable idea

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request All issues for new features that have not been committed to needs-discussion
Projects
Status: Ready To Ship
Development

Successfully merging a pull request may close this issue.

2 participants