We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In updateHPAIfNeeded, it should return error of update hpa object not newHPAForScaledObject, if updating failed.
returns error of updating instead of newHPAForScaledObject
returns the error of newHPAForScaledObject
example
2.6.1
1.23
Any
No response
The text was updated successfully, but these errors were encountered:
Fix returns unmatched error when updating hpa object failed (kedacore…
57fabef
…#2719) Signed-off-by: shitaibin <hz_stb@163.com>
1c826dc
dba5bff
Successfully merging a pull request may close this issue.
Report
In updateHPAIfNeeded, it should return error of update hpa object not newHPAForScaledObject, if updating failed.
Expected Behavior
returns error of updating instead of newHPAForScaledObject
Actual Behavior
returns the error of newHPAForScaledObject
Steps to Reproduce the Problem
Logs from KEDA operator
KEDA Version
2.6.1
Kubernetes Version
1.23
Platform
Any
Scaler Details
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: