https://flyte.org logo
#ask-the-community
Title
# ask-the-community
n

Nan Qin

03/17/2023, 7:30 PM
anyone knows how to change imagePullPolicy of a task or workflow?
k

Kevin Su

03/17/2023, 8:21 PM
podTemplate. https://docs.flyte.org/en/latest/deployment/configuration/general.html#example-podtemplate Add imagePullPolicy to the template, then propeller will override task’s imagePullPolicy
you could also use it in task decorator. https://github.com/flyteorg/flytekit/pull/1425
8 Views