https://prefect.io logo
Title
b

Blue Radar

04/21/2023, 11:34 AM
Hi, Facing an issue in launching agent in the Kubernetes deployment. I have created the work pool and work queue in my prefect UI. Able to launch agent in my local machine by pointing to the a work pool and work queue the agent is getting started perfectly.
prefect agent start -p <WORK_POOL> --api <WORK_SPACE_API>
But when i try to do the same in the Kubernetes deployment. It is trying to create a new work queue even if the work queue is already present in the work pool and getting failed.