hagai
01/16/2024, 6:03 PMMarvin
01/16/2024, 6:04 PMImage
field of the job block, specify the Docker image you want to use. If you have an entrypoint defined for your Docker image, it will be executed when the job is run.
- If your Docker image is not set to pull by default, you might want to adjust the Image Pull Policy
to ensure the correct version of your image is used.
- Make sure to use unique image tags with the IfNotPresent
policy to avoid using old images cached on your Kubernetes nodes.
For more specific guidance or to address additional details about running Docker commands or image entry points within the Prefect Kubernetes job blocks, please refer to the Prefect documentation or consider adjusting the deployment configurations using job_variables
. Here's a reference link to the Kubernetes Deployment documentation.hagai
01/24/2024, 6:08 PMMarvin
01/24/2024, 6:08 PM