azure aadpodidbinding totally working with azure queues and ScaledJob? #1659
Unanswered
gulbrand
asked this question in
Q&A / Need Help
Replies: 2 comments 1 reply
-
Adding @TsuyoshiUshio |
Beta Was this translation helpful? Give feedback.
0 replies
-
Probably related this discussion? #1742 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am building a ScaledJob using an azure-queue trigger. I believe everything is working except the job created by the scaleexecutor doesn't have the aadpodidbinding label (even though it exists on my app chart), and hence doesn't have the id bound to its pod. Therefore, the app can't authenticate via MSI and can't process messages on the queue.
The trigger works totally fine and drives the scaler to create a job pod. I see the scaler reporting in logs that it sees messages in the configured azure queue and that it creates a pod.
I also see that the id gets bound to the keda pod. So everything is working up until the scaler creates a job instance.
The problem is, the job pod doesn't have the aadidpodbinding and hence the job can't connect to the MSI endpoint on local-link.
Is it possible this just isn't totally supported yet?
Thanks,
Mark
helm template output
Beta Was this translation helpful? Give feedback.
All reactions