Service bus scaler not scaling to more then 1 instance. #1564
Unanswered
saralpa
asked this question in
Q&A / Need Help
Replies: 2 comments 7 replies
-
Please check your KEDA Metrics Server deployment, it is not running correctly |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is my yaml. Pods are not scaling up more than 1. Scaling down is happening correctly
I am getting issue :
Command : kubectl describe scaledobject.keda.k8s.io/xyz-scaler -n iots-dev
Type Status Reason Message
AbleToScale True SucceededGetScale the HPA controller was able to get the target's current scale
ScalingActive False FailedGetExternalMetric the HPA was unable to compute the replica count: unable to get external metric iots-dev/queueLength/&LabelSelector{MatchLabels:map[string]string{deploymentName: xyz,},MatchExpressions:[]LabelSelectorRequirement{},}: unable to fetch metrics from external metrics API: the server is currently unable to handle the request (get queueLength.external.metrics.k8s.io)
Events:
Type Reason Age From Message
Warning FailedGetExternalMetric 9s (x30 over 131m) horizontal-pod-autoscaler unable to get external metric iots-dev/queueLength/&LabelSelector{MatchLabels:map[string]string{deploymentName:xyz,},MatchExpressions:[]LabelSelectorRequirement{},}: unable to fetch metrics from external metrics API: the server is currently unable to handle the request (get queueLength.external.metrics.k8s.io)
Warning FailedComputeMetricsReplicas 9s (x30 over 131m) horizontal-pod-autoscaler invalid metrics (1 invalid out of 1), first error is: failed to get queueLength external metric: unable to get external metric iots-dev/queueLength/&LabelSelector{MatchLabels:map[string]string{deploymentName: xyz},MatchExpressions:[]LabelSelectorRequirement{},}: unable to fetch metrics from external metrics API: the server is currently unable to handle the request (get queueLength.external.metrics.k8s.io)
Beta Was this translation helpful? Give feedback.
All reactions