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
The external scaler will fail if GetMetricSpec is called with "interceptor" as the ScaledObject's host value.
GetMetricSpec
"interceptor"
ScaledObject
host
It returns a response that includes a target value for the interceptor fleet
It returns an error
@ajanth97 has reproduced this problem, so I will let him elaborate here.
sha-f8d7c0b
The text was updated successfully, but these errors were encountered:
Fixing issue kedacore#272
ef93931
01e90b1
Signed-off-by: Ajanth <ajanth1997@gmail.com>
Merge branch 'main' into issue-kedacore#272-fix
93557f3
5a99d97
af50815
Handling host value of "interceptor" in GetMetricSpec (#273)
c13c1d3
* Fixing issue #272 Signed-off-by: Ajanth <ajanth1997@gmail.com> * Fixing scaler test Signed-off-by: Ajanth <ajanth1997@gmail.com> Co-authored-by: Aaron Schlesinger <70865+arschles@users.noreply.github.com>
Successfully merging a pull request may close this issue.
The external scaler will fail if
GetMetricSpec
is called with"interceptor"
as theScaledObject
'shost
value.Expected Behavior
It returns a response that includes a target value for the interceptor fleet
Actual Behavior
It returns an error
Steps to Reproduce the Problem
@ajanth97 has reproduced this problem, so I will let him elaborate here.
Specifications
sha-f8d7c0b
(f8d7c0b)The text was updated successfully, but these errors were encountered: