Charles Liu
03/10/2021, 11:22 PMflow.run_config = KubernetesRun(image="example/image-name:with-tag")
be a remote image in a private repo?Jim Crist-Harif
03/10/2021, 11:22 PMJim Crist-Harif
03/10/2021, 11:23 PMCharles Liu
03/10/2021, 11:24 PMCharles Liu
03/10/2021, 11:25 PMJim Crist-Harif
03/10/2021, 11:25 PMLocal
is the default storage type, if you're running on k8s you'll need to specify a different storage type.Charles Liu
03/10/2021, 11:26 PMJim Crist-Harif
03/10/2021, 11:27 PMDocker
storage, then yes. It's fairly common to store your flow external to the image you're using though, so a different storage option may be better suited for you. See https://docs.prefect.io/orchestration/flow_config/docker.html for more info.