sample-hello-world-azure-functions icon indicating copy to clipboard operation
sample-hello-world-azure-functions copied to clipboard

only one pod scheduled on vNode

Open lenisha opened this issue 6 years ago • 1 comments

Followed instruction to run on VirtualNode and uses following trigger with queueLength 1

triggers:
 - type: azure-queue
   metadata:
     name: msg
     type: queueTrigger
     direction: in
     queueName: blobevents
     connection: org1_STORAGE
     queueLength: 1

Sending 4 messages to the queue, still shows one pod processing all messages sequentially and deployment always has desired state 1

 kubectl get deploy
NAME           DESIRED   CURRENT   UP-TO-DATE   AVAILABLE   AGE
trigger-keda   1         1         1            1           13m

It works as expected on regular Nodes, with 4 pods created ...

lenisha avatar Jul 19 '19 15:07 lenisha

I had the same result.

rkralston avatar Aug 18 '19 16:08 rkralston