Issue with Prometheus ScaledObject - ERROR failed to ensure HPA is correctly created for ScaledObject #5858
Unanswered
Shyamsundar45
asked this question in
Q&A / Need Help
Replies: 3 comments
-
I have the same problem, but with version 2.11, did you manage to solve it? @Shyamsundar45 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am getting the same error. Anyone able to solve this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Also experiencing this. Could it be related to this long standing issue in Kubernetes? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a scaledobject with Prometheus trigger, I face below error and the error is similar to the issue mentioned #5093
Below is my manifest for keda scaledobject
Am I doing something wrong in setting the values?
NOTE: All the variables from values file are also passed correctly.
Expected Behavior
The scaledobject should be able to create the HPA for prometheus trigger since all the values are already passed.
Actual Behavior
The HPA is not created so the scaledobject is not working as expected.
Steps to Reproduce the Problem
Create yaml manifest file for the ScaledObeject with trigger type Prometheus
Set the values as mentioned in the description
Run the manifest file to create the scaledobject
Logs from KEDA operator:
KEDA Version
2.13.1
Kubernetes Version
1.27
Platform
Google Cloud
Scaler Details
Prometheus
Beta Was this translation helpful? Give feedback.
All reactions