This message was deleted.
# ask-marvin
s
This message was deleted.
m
Here are some resources that might help: 1. Deployment custom pull steps: This post discusses using a Secret Block, which might be relevant to using
imagePullSecrets
. 2. Work Pools: This document explains how to create a work pool and start a worker to pick up flows from the work pool. 3. Worker Types: This section explains that you must start a worker within an environment that can access or create the infrastructure needed to execute flow runs. If you start a worker with type
kubernetes
, the worker will deploy flow runs to a Kubernetes cluster. Unfortunately, I couldn't find a specific example of using
imagePullSecrets
with Prefect workers. You might want to check the Prefect documentation or community forums for more specific guidance.