TriggerAuthentication.keda.sh "xxxx" not found #6332
Unanswered
galvesribeiro
asked this question in
Q&A / Need Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I've deployed KEDA on AWS EKS using the pod identity mode. The KEDA system pods doesn't show any errors starting and anything seems to be fine.
However, whenever a deploy an ScaledObject it doesn't seems that the trigger is able to find the authentication object to talk to the SQS queue.
Here are the two objects:
Right after applying those, I see the following errors in the operator pod:
It is able to scale the pods from the default 1 to the minimum 4, but it can't authenticate with AWS to access the queue.
Both TriggerAuthentication and ScaledObject are on the same namespace, so I would expect them to just work without having to set the namespace explicitly but even then, it still fail.
Am I missing something?
Any light would be appreciated.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions