You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Output of kubectl get scaledobject only lists the CPU trigger under the Triggers column
$ k get so skynet-test-app-exp
NAME SCALETARGETKIND SCALETARGETNAME MIN MAX TRIGGERS AUTHENTICATION READY ACTIVE FALLBACK PAUSED AGE
skynet-test-app-exp argoproj.io/v1alpha1.Rollout skynet-test-app-exp 1 3 cpu True True False Unknown 5d17h
Expected Behavior
Output of kubectl get scaledobject should list all triggers defined on the ScaledObject
Actual Behavior
kubectl get scaledobject only lists the CPU trigger
Steps to Reproduce the Problem
Create a ScaledObject with 2 triggers - CPU utilization and external trigger
Run kubectl get scaledobject on the ScaledObject created in step 1
See that not all triggers are listed in the output of step 2
Logs from KEDA operator
NA
KEDA Version
2.13.1
Kubernetes Version
1.28
Platform
Google Cloud
Scaler Details
External
Anything else?
No response
The text was updated successfully, but these errors were encountered:
It makes sense to me. Currently there are tools like OpenLens which already join the items with ',', but it's true that we could store the string already prepared in the status to fix all the tools
Report
External triggers defined in a ScaledObject do not show up in the output of
kubectl get scaledobject
.ScaledObject triggers:
Output of
kubectl get scaledobject
only lists the CPU trigger under theTriggers
columnExpected Behavior
Output of
kubectl get scaledobject
should list all triggers defined on theScaledObject
Actual Behavior
kubectl get scaledobject
only lists the CPU triggerSteps to Reproduce the Problem
ScaledObject
with 2 triggers - CPU utilization and external triggerkubectl get scaledobject
on theScaledObject
created in step 1Logs from KEDA operator
NA
KEDA Version
2.13.1
Kubernetes Version
1.28
Platform
Google Cloud
Scaler Details
External
Anything else?
No response
The text was updated successfully, but these errors were encountered: