You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/k8s_pod_plugin/k8s_pod_plugin/pod.py
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,14 @@
1
1
# %% [markdown]
2
2
# # Pod Example
3
3
#
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
+
#
4
12
# Pod configuration for a Flyte task allows you to run multiple containers within a single task.
5
13
# They provide access to a fully customizable [Kubernetes pod spec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.20/#podspec-v1-core),
6
14
# which can be used to modify the runtime of the task execution.
0 commit comments