Unable to make HPA created by KEDA to work #6154
-
I am using KEDA 2.15.1 in EKS (v1.24.17) I already had prometheus stack installed, so I deleted the 'apiserver.yaml' from the templates/metrics-server directory (Please let me know if there is a better approach than this to make the two of these work together in same kubernetes cluster) I also disabled certificate generation by setting Now, the services are up and running perfectly fine without any errors (shown below). I am deploying a ScaledObject that uses promtheus scaler to scale my StatefulSet. The YAML for that is:
Here, I was trying to achieve that, whatever the value metric returns, that many pods must be running for that statefulset. But, after deploying this, the HPA created on doing
I am not able to understand that why it is trying to query Also, right after applying ScaledObject YAML, when I try to see via
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is the problem, this is needed for KEDA to operate properly. |
Beta Was this translation helpful? Give feedback.
This is the problem, this is needed for KEDA to operate properly.