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
I am using a simple trigger authentication yaml and scaled object yaml to scale my application. While it works perfectly when using connection strings for storage account and EventHub, but when trying to migrate it to workload identity I am getting following error during application deployment (in AKS) -
"Cannot create resource when custom resource definition is in Terminating State"
On checking the error logs of Keda operator I could see the following error --
"error": "unable to get event hub metadata: no storage connection string given"}
Report
I am using a simple trigger authentication yaml and scaled object yaml to scale my application. While it works perfectly when using connection strings for storage account and EventHub, but when trying to migrate it to workload identity I am getting following error during application deployment (in AKS) -
"Cannot create resource when custom resource definition is in Terminating State"
On checking the error logs of Keda operator I could see the following error --
Note - I have migrated from Keda 2.13.1 to 2.15.1
TriggerAuthentication in my code.
ScaledObject Definition -
Expected Behavior
HPA and Scaled objects are expected to be created successfully.
Actual Behavior
Because of errors in the description HPA and scaled objects are not getting created.
Steps to Reproduce the Problem
Logs from KEDA operator
KEDA Version
2.15.1
Kubernetes Version
1.29
Platform
Microsoft Azure
Scaler Details
Azure Event hub
Anything else?
No response
The text was updated successfully, but these errors were encountered: