-
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
Upgrading from KEDA 2.5.0 to 2.7.0 with external scaler #3032
Comments
hey @miaooss |
Hi, Thank you for the assistance. Here is the logs for the keda-operator-metrics-apiserver
here is more log for the keda-operator
|
Actually all the logs seems normal In our code, we have a condition if Keda does not request the correct metric we send nothing. It seems like Keda does not send the expected metric. Thank you, |
I have an idea about why this can be happening, I'm checking it, I'm checking it locally |
I have found the problem and unfortunately there is not any workaround. |
hey @miaooss , |
@JorTurFer |
it's in |
It seems like the issue is still present on the 2.7.1. We are using a ScaledJob with an external trigger Return metrics for GetMetricSpec
Return metrics for GetMetrics
Logs of the service
|
Hey, |
Thank you for the clarification. |
No worries, happy to help :) |
Report
We are using au external scaler
Keda seems to be connecting to the service correctly.
But some expected metrics or metadata are missing
Here is our KEDA configuration:
This is the C# code we are using
Expected Behavior
Expect KEDA to scale up the service
Actual Behavior
We do return no actual job.
Steps to Reproduce the Problem
Logs from KEDA operator
KEDA Version
2.7.0
Kubernetes Version
1.23
Platform
Microsoft Azure
Scaler Details
External
Anything else?
No response
The text was updated successfully, but these errors were encountered: