Sylvain Hazard
03/21/2022, 2:38 PMStorage
is quite different from Prefect 1.0's Storage
as it does not only store flow code but also results. Does this mean that GitStorage
is not coming back and the new recommended process is to deploy from the CI on validated changes ? Also, this is quite specific to my use case but having to connect to a cloud storage resource to run Orion on Kubernetes could be an issue. We are currently running with GitStorage
and a Kubernetes-hosted PostgreSQL instance which means we can manage every Prefect component from Kubernetes configuration.
⢠The current version of the KubernetesFlowRunner
seems to use a fixed specification for the created job. Reading the code, I could not find a way to specify a template the way 1.0's KubernetesRun
allows us to. Being able to create precisely sized pods to run flows has been really useful for us and I'd love to be able to keep doing it. Is it a planned feature for the future ?
:thank-you: !Anna Geller
03/21/2022, 2:56 PMMarvin
03/21/2022, 2:56 PMKevin Kho
03/21/2022, 3:08 PMSylvain Hazard
03/21/2022, 3:21 PM