Brian Mesick
03/03/2021, 4:16 PMimage_tag to a new version in order for K8s to pick up the new image. Does anyone have a more automated way of doing this? It’s not uncommon for someone to forget to make that change and leads to confusion about what’s running in prod.Zanie
IfNotPresent if you change this to Always it'll always pull the newest image. Overriding tags is generally not recommended by Docker though so 🤷Brian Mesick
03/03/2021, 4:33 PMJim Crist-Harif
03/03/2021, 4:34 PMimagePullPolicy configured: https://docs.prefect.io/orchestration/agents/kubernetes.html#custom-job-templateBrian Mesick
03/03/2021, 7:50 PMBrian Mesick
03/08/2021, 6:31 PMprefect agent kubernetes start command line is actually defined. Any idea where one might override the job template the agent this way? Env var perhaps?Brian Mesick
03/08/2021, 6:51 PMinstall and so should use --image-pull-policy I’ll take a look at that angle.Kevin Kho
Marvin
04/15/2021, 10:01 PM