Scaling jobs with KEDA - Having trouble with aadpodidbinding #1130
-
I have a simple container that's reads a message off a service bus with ReceiveAndDelete, sleeps for 60 seconds and exists. I want to scale this as a job using scaled object in KEDA. I am following this instrcutions:
The problem is no jobs are created when the service bus has messages in the queue: root@autofab-test-hopbox-vm:/home/sasubra# kubectl get jobs
Question 1: I have not specified any job kind anywhere apart from inside the scaled object yaml Is this right? Any help is appeciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Update: I think I found the issues. Two things:
Here is my new YAML:
The new problem is the container's authentication vai pod identity is failing :( |
Beta Was this translation helpful? Give feedback.
Update: I think I found the issues. Two things:
Here is my new YAML: