KEDA is a Kubernetes-based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes
8.5k
stars
1.08k
forks
source link
Stan Scaler: error message consist 'kafka' scaler mention instead of stan scaler #1781
Closed
Ritikaa96 closed 3 years ago
Report
While working with stan scaler I deployed this scaledbject:
As the queuegroup field name was incorrect, ScaledObject created with False status and HPA not created and this warning shows up:
Checking in the scaler code i found the cause of this fallacious error:
Expected Behavior
ScaledObject should show warning :
Actual Behavior
ScaledObject is created with this warning shows up:
Steps to Reproduce the Problem
1.Set-up minikube v1.18.1
kubectl describe so
Logs from KEDA operator
Keda Operator show error:
KEDA Version
2.2.0
Kubernetes Version
1.20
Platform
Any
Scaler Details
Stan scaler
Anything else?
No response