Join Slack
Powered by
Hi Team, please confirm from flytekitplugins.pod....
# flyte-support
a
acoustic-parrot-22802
02/06/2025, 8:07 PM
Hi Team, please confirm from flytekitplugins.pod.task import Pod is this going to deprecate? I am getting this warning FutureWarning: This pod plugin is no longer necessary, please use the pod_template and pod_template_name options to @task as described in
https://docs.flyte.org/en/latest/deployment/configuration/general.html#configuring-task-pods-with-k8s-podtemplates
warnings.warn(
a
average-finland-92144
02/06/2025, 8:16 PM
I think what happens is exactly what the warning says: it's no longer needed for the purpose you need it
c
careful-australia-19356
02/06/2025, 9:36 PM
correct. Instead, you can pass a podtemplate directly in the @task decorator:
https://github.com/flyteorg/flytekit/blob/9d3441628a83e11353ea8ee57736afdd2886c02a/flytekit/core/task.py#L210
Open in Slack
Previous
Next