Multiple SWS ScaledObjects not working #5863
-
Hi, I'm trying to setup multiple sqs endpoints, each sqs endpoint will have it's own deployment target under same EKS cluster. However, KEDA only works when I only have 1 scaledobject, if I created more than 1, all scaledObject will stopped working until I deleted and remain only 1 scaledobject in my cluster. Below are my scaledobject yaml files
Is this a limitation/bug/something i missed out. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
This should work, probably a misconfiguration? What is in the KEDA operator logs? |
Beta Was this translation helpful? Give feedback.
-
finally my KEDA setup is working for multi scaledobjects. I've been using awk-eks podidentity which have been deprecated but I never thought this is the one causing the problem since it's working fine for 1 scaledobject but no more than 1. I changed it from "aws-eks" to "aws" and it's working fine for multi scaledobject now. |
Beta Was this translation helpful? Give feedback.
finally my KEDA setup is working for multi scaledobjects. I've been using awk-eks podidentity which have been deprecated but I never thought this is the one causing the problem since it's working fine for 1 scaledobject but no more than 1.
I changed it from "aws-eks" to "aws" and it's working fine for multi scaledobject now.