KEDA with docker desktop and Azure Service bus connection string for Trigger Authentication #5951
-
I need some help configuring KEDA in my local docker desktop for service bus trigger function. It is all working tested in Azure AKS but I like to setup the same in my local Docker Desktop. In AKS, we use Managed workload identity but I believe that is not quite possible in Docker Desktop local environment (with Visual Studio Identity) so, I like to use the connection string approach. I hope that is possible and I tried it but unfortunately, It is not working for me. Here is my yaml if someone can suggest where I am wrong. It is giving me an error message: 0/1 nodes are available: 1 node(s) didn't match Pod's node affinity/selector. preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I do not believe this is a KEDA problem and just a regular Kubernetes+Docker Desktop thing. |
Beta Was this translation helpful? Give feedback.
I do not believe this is a KEDA problem and just a regular Kubernetes+Docker Desktop thing.
You may want to reach out to the Docker Desktop community and/or check the defined details of the scheduled pods to learn more.