Scaling is not performed because triggers are not active #1387
Replies: 3 comments 9 replies
-
When deploying the ScaledObject it will behave the same way as it was before so this will not help, but if messages are being added it should if it matches Can you talk about the application that you are deploying because now you add triggers for all your subscriptions and will take all these metrics into account. I see you configure |
Beta Was this translation helpful? Give feedback.
-
Created Issue here: #1407 |
Beta Was this translation helpful? Give feedback.
-
In case you have this error go into the keda namespace and look at the log in the keda-operator pod, you might get more useful information. |
Beta Was this translation helpful? Give feedback.
-
I am new to Kubernetes and I am trying to manage my standalone Azure Container Instances with Azure Kubernetes Service. I have been able to deploy the application using AKS and I have been following this sample to auto-scale the application based on the number of messages in Azure Service Bus Topics.
When I initially deploy the ScaledObject I can see the deployments scale up correctly (if messages are already added to the Topic) and then they scale back down to 0 when the messages have all been consumed. However, when I add more messages to the Topic or deploy the ScaledObject while there are no messages queued I am not seeing the deployment scale up as it did before.
When I run
kubectl describe scaledobject.keda.sh/wwml-aks-canary-scaler
I see the following:I have been looking online to see if I could figure out why the triggers would not be "Active" but I wasn't able to find anything. Any help would be greatly appreciated. Thanks!
This is my autoscale yaml file:
Beta Was this translation helpful? Give feedback.
All reactions