From 0a77f1e3f286df8aa8ce7dcb0969bb0c49d4475b Mon Sep 17 00:00:00 2001 From: Oliver Mannion <125105+tekumara@users.noreply.github.com> Date: Sun, 21 Apr 2024 12:40:03 +1000 Subject: [PATCH] try kubes-pool --- flows/deploy.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/flows/deploy.py b/flows/deploy.py index 4e4a3f2..9da890c 100644 --- a/flows/deploy.py +++ b/flows/deploy.py @@ -69,9 +69,7 @@ version="snapshot", # example of adding tags tags=["s3"], - # must run on an agent because workers only support local storage - # see https://github.com/PrefectHQ/prefect/discussions/10277 - work_pool_name="default-agent-pool", + work_pool_name="kubes-pool", # every deployment will overwrite the files in this location storage=flows.storage.minio_flows(), path="parent",