Ivo
10/22/2024, 6:35 AMMarvin
10/22/2024, 6:35 AMimage_pull_policy
parameter specifically in Prefect 3.x documentation or related GitHub issues at this time. Typically, in container orchestration contexts like Kubernetes, the image_pull_policy
parameter defines when the container runtime should pull an image from a repository, such as "Always", "IfNotPresent", or "Never". This helps manage whether the latest version of an image is fetched or if a cached version can be reused.
In Prefect, when using Kubernetes or other containerized infrastructure, there might be similar settings to control how often and under what conditions a container image is pulled. However, for Prefect 3.x specific uses directly within a prefect.yml
file, further exploration in the concrete configurations you're using might be necessary to confirm.
If you are encountering specific issues or need more tailored guidance, considering reaching out on Prefect's community forums or checking the most up-to-date documentation: Prefect 3.x Documentation.
If you have further specifics or need help understanding how this might fit into Prefect tasks or flows, feel free to share!