https://dagster.io/ logo
#ask-community
Title
# ask-community
s

Scott Hood

06/28/2022, 2:17 PM
Hey all, I am seeing an issue with the ability to re-execute ops that require inputs from prior dependencies. I get the following error:
FileNotFoundError: [Errno 2] No such file or directory: '/opt/dagster/dagster_home/storage/a4e1c90c-4c20-4fab-b9e5-4702b15e7220/wait_for_ingest_and_generate_job_params/result'
For a given run inside of K8s is the ``/opt/dagster/dagster_home/storage/` persisted in the main user deployment container?
d

daniel

06/28/2022, 2:20 PM
Hi Scott - for this to work, you will want to set up a different IO manager that will persist outputs between runs somewhere other than the local filesystem on the pod: https://docs.dagster.io/deployment/guides/kubernetes/deploying-with-helm#set-up-s3-optional
👍 1
2 Views