<@ULVA73B9P> I'm using prefect3 and running jobs o...
# ask-community
t
@Marvin I'm using prefect3 and running jobs on EKS Kubernetes. When the job starts, I need to mount a very large volume to the job that will be used while the job is running and then deleted at the end of it. Is it possible to configure my job template to achieve this?
@Marvin could you look at and answer this question?
m
thought for 16.3 seconds
Happy to help! Could you share the question (or a link to it) here? If it’s about a Prefect issue, a bit of context will help me give a precise answer: - Prefect version (3.x or 2.x) - Where you’re running (local, Docker, Kubernetes) and Cloud vs. self-hosted - How you’re running the flow (deployment via
prefect deploy
, ad-hoc
flow.run()
, automation, etc.) - Worker/work pool type (e.g., Docker, Kubernetes, Process) and relevant settings - Code snippet of the flow/deployment and any blocks/config involved - Full error message/logs and a run link (if you’re on Prefect Cloud) - What you’ve tried so far If you paste the question or link, I’ll dig in and get you an answer (and include any relevant docs/discussion links).
t
I'm using prefect3 and running jobs on EKS Kubernetes. When the job starts, I need to mount a very large volume to the job that will be used while the job is running and then deleted at the end of it. Is it possible to configure my job template to achieve this?