clever-exabyte-82294
04/23/2024, 10:34 AMAlways
for the
my docker image is of format :
<http://16xxxxxx01.dkr.ecr.ap-south-1.amazonaws.com/kubeflow-pipelines-develop:some_random-long-tag-name-latest|16xxxxxx01.dkr.ecr.ap-south-1.amazonaws.com/kubeflow-pipelines-develop:some_random-long-tag-name-latest>
Since the tag is not exactly :latest
, maybe that is why it is not automatically setting value of ImagePullPolicy
to Always.
what are the alternative ways to set imagePullPolicy?
I see that there is also a recent plugin released for this, I am trying to work on that also.clever-exabyte-82294
04/23/2024, 10:36 AMclever-exabyte-82294
04/23/2024, 12:56 PMclever-exabyte-82294
04/23/2024, 2:29 PMhigh-park-82026
Do you want to apply that to all containers? the quickest way would be to leverage PodTemplates. If you create a PodTemplate in the flyte namespace
high-park-82026
glamorous-carpet-83516
04/26/2024, 10:23 AM