Hello everyone :slightly_smiling_face: I'm trying ...
# ask-community
p
Hello everyone 🙂 I'm trying to run flows on a Kubernetes cluster (Minikube for now) and I'm struggling to with an issue -- I see agents alive and responsive, but they don't pick up any tasks. I'm running on Prefect Cloud, using the DaskExecutor with Docker storage (passing in a Dockerfile which built fine). Code/more details in thread. Would appreciate any help, thanks!
Code
Agent alive
j
Hi @Prash S - Have you started a flow run? Can you see any submitted in the dashboard of the UI?
p
Hi @Jenny -- yes, a flow is running. It was working previously with the agent executing locally
j
And do the labels match?
upvote 1
👀 1
p
@Jenny I got another error, so progress! The labels were indeed mismatched -- the agent is at least receiving the job now 🙂 Thank you for your help!
j
👍