Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions examples/k8s_pod_plugin/k8s_pod_plugin/pod.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# %% [markdown]
# # Pod Example
#
# :::{Warning}
# This plugin is no longer needed and is here only for backwards compatibility.
# No new versions will be published after v1.13.x Please use the `pod_template`
# and `pod_template_name` arguments to `@task` as described in the
# {ref}`Kubernetes task pod configuration guide
# <deployment-configuration-general>` instead.
# :::
#
# Pod configuration for a Flyte task allows you to run multiple containers within a single task.
# They provide access to a fully customizable [Kubernetes pod spec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.20/#podspec-v1-core),
# which can be used to modify the runtime of the task execution.
Expand Down
Loading