-
Notifications
You must be signed in to change notification settings - Fork 103
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
Scaledobjects of keda-add-ons-http-interceptor is not working #749
Comments
Hey @lambertpan, this is a duplicate of #718 and has been fixed by #720. Unfortunately, we still haven't released a new version of the add-on since the patch got merged. You can either build new images from the master branch of this repository and use them, or delete the ScaledObject for the Interceptor and scale the Interceptor manually. |
Is it possible to release an image that contain this fix? My team wants to use this tool for an internal tool (we understand and accept the risks involved in the beta status of this add-on). We would like to not have to change the repo from which we pull the image, so a release containing this fix would be awesome. |
We build all the merged commits. You can use |
Hello, |
Report
I have recently updated keda and keda-http-add-on. The versions are below
I see the following errors in keda-operator
2023-08-01T07:21:55Z ERROR scale_handler error getting metric spec for the scaler {"scaledObject.Namespace": "keda", "scaledObject.Name": "keda-add-ons-http-interceptor", "scaler": "externalScaler", "error": "got empty metric spec"}
In the scaled object status I see the following
status:
conditions:
reason: TriggerError
status: "False"
type: Ready
reason: ScalerNotActive
status: "False"
type: Active
type: Fallback
type: Paused
hpaName: keda-hpa-keda-add-ons-http-interceptor
originalReplicaCount: 3
scaleTargetGVKR:
group: apps
kind: Deployment
resource: deployments
version: v1
scaleTargetKind: apps/v1.Deployment
Expected Behavior
scaled object of keda-add-ons-http-interceptor should work without an error.
Actual Behavior
Error in scaled object of keda-add-ons-http-interceptor
status:
conditions:
- message: Triggers defined in ScaledObject are not working correctly
reason: TriggerError
status: "False"
type: Ready
- message: Scaling is not performed because triggers are not active
reason: ScalerNotActive
status: "False"
type: Active
- status: Unknown
type: Fallback
- status: Unknown
type: Paused
hpaName: keda-hpa-keda-add-ons-http-interceptor
originalReplicaCount: 3
scaleTargetGVKR:
group: apps
kind: Deployment
resource: deployments
version: v1
scaleTargetKind: apps/v1.Deployment
Steps to Reproduce the Problem
Logs from KEDA HTTP operator
HTTP Add-on Version
0.5.0
Kubernetes Version
1.25
Platform
Microsoft Azure
Anything else?
No response
The text was updated successfully, but these errors were encountered: