Join Slack
Powered by
anyone knows how to change imagePullPolicy of a ta...
# flyte-support
s
shy-accountant-549
03/17/2023, 7:30 PM
anyone knows how to change imagePullPolicy of a task or workflow?
g
glamorous-carpet-83516
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
glamorous-carpet-83516
03/17/2023, 8:22 PM
you could also use it in task decorator.
https://github.com/flyteorg/flytekit/pull/1425
gratitude thank you
1
199
Views
Open in Slack
Previous
Next