-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add annotation on hpa to disable ownership validation #5536
Add annotation on hpa to disable ownership validation #5536
Conversation
… disable validation Signed-off-by: June Han <sorrowitsch@gmail.com>
f69cd5a
to
64c5248
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would probably name this annotation validations.keda.sh/hpa-ownership
or something around that, to make it more clear what is it about.
WDYT @kedacore/keda-core-contributors
Agreed! |
…s suggested Signed-off-by: June Han <sorrowitsch@gmail.com>
/run-e2e internal |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@junekhan could you please fix the conflict in the changelog and also document this new annotation? https://keda.sh/docs/2.13/concepts/scaling-deployments/
Signed-off-by: June Han <sorrowitsch@gmail.com>
Signed-off-by: June Han <sorrowitsch@gmail.com>
Signed-off-by: June Han <sorrowitsch@gmail.com>
I've fixed the conflict and updated the document for v2.13. |
Add annotation
validations.keda.sh/shared-ownership
on hpa to disable ownership validationChecklist
Fixes #5516
Relates to #