-
Notifications
You must be signed in to change notification settings - Fork 135
Auto scaler does not work with KEDA #525
Comments
Did the hpa creation succeed? Try kubectl get hpa I tried with the example here https://github.com/oam-dev/rudr/blob/ac239fcfd2056a9e593b90737a3c8a582b38346f/examples/autoscaler.yaml Note that your cluster needs to be configured to autoscale |
No, the HPA was not created
Which autoscaler did you use?
I did configure KEDA, as mentioned in the issue details |
As mentioned in the issue details, I am not sure if Rudr is built to "work with KEDA" natively (I maybe be wrong so please correct me and point me to the right resources to understand better). Updating the documentation (reg Rudr and KEDA) to reflect this fact might make sense (this is not really a bug IMO). |
I think KEDA, just like rudr, pulls and process its custom resources on its own. And rudr queues KEDA CRs for KEDA controller to process with. I haven't checked the code but this should be the relationship between them two |
(This is more likely a documentation issue)
Output of helm version:
Output of kubectl version:
Cloud Provider/Platform (AKS, GKE, Minikube etc.): AKS
Describe the bug
Autoscaler trait doc mentions that KEDA can be used as a HPA controller. This implies that there is some integration b/w Rudr and KEDA (but I don't think that's the case) - auto scaling does not work after installing KEDA, creating the Rudr component and app config (with auto scaler trait).
OAM yaml files used
Component
App config
What happened:
KEDA components were not created. Auto scaling does not work
What you expected to happen:
If Rudr integrates (or works) with KEDA, it should create ScaledObject and other KEDA resource for auto scaling to work
Relevant screenshots:
How to reproduce it (as minimally and precisely as possible):
Install KEDA (as per docs). Create component and app config (pasted above).
Anything else we need to know:
This is more likely a documentation issue? KEDA does not know take into a/c CPU etc. but the autoscale trait only accepts
cpu
andmemory
The text was updated successfully, but these errors were encountered: