Skip to content

Commit dc3f440

Browse files
authored
add deprecated warning for pod example (#1785)
Signed-off-by: machichima <[email protected]>
1 parent 40078c3 commit dc3f440

File tree

1 file changed

+8
-0
lines changed
  • examples/k8s_pod_plugin/k8s_pod_plugin

1 file changed

+8
-0
lines changed

examples/k8s_pod_plugin/k8s_pod_plugin/pod.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# %% [markdown]
22
# # Pod Example
33
#
4+
# :::{Warning}
5+
# This plugin is no longer needed and is here only for backwards compatibility.
6+
# No new versions will be published after v1.13.x Please use the `pod_template`
7+
# and `pod_template_name` arguments to `@task` as described in the
8+
# {ref}`Kubernetes task pod configuration guide
9+
# <deployment-configuration-general>` instead.
10+
# :::
11+
#
412
# Pod configuration for a Flyte task allows you to run multiple containers within a single task.
513
# They provide access to a fully customizable [Kubernetes pod spec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.20/#podspec-v1-core),
614
# which can be used to modify the runtime of the task execution.

0 commit comments

Comments
 (0)