Bruno Nirello
10/09/2024, 2:43 PMMarvin
10/09/2024, 2:44 PMDaskTaskRunner
.
2. Support retrying flows on crashed state: This issue discusses adding retry functionalities for flows that crash, which although not directly related to deployment, may provide insight on Kubernetes integration given its focus on flow behavior.
While a direct template is not available, these issues and discussions might guide you in creating a custom GitHub Action for deploying flows. If you require further assistance specific to setting up Kubernetes deployments, consider exploring Prefect's documentation or community forums for more guidance.Nate
10/09/2024, 2:46 PMprefect --no-prompt deploy --all
(or call it for individual deployments)
here's a related GHA