Skip to content

Commit

Permalink
Document pod plugin installation with pip (flyteorg#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunk authored Mar 10, 2022
1 parent b83ec94 commit 962ef74
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cookbook/integrations/kubernetes/pod/pod.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
To customize other containers brought up during the execution, we can define a full-fledged pod spec.
This is done using the `Kubernetes Python client library <https://github.com/kubernetes-client/python>`__'s,
`V1PodSpec <https://github.com/kubernetes-client/python/blob/master/kubernetes/client/models/v1_pod_spec.py>`__.
In order to use pod tasks, install the Flyte pod plugin first:
.. prompt:: bash $
pip install flytekitplugins-pod
"""

# %%
Expand Down

0 comments on commit 962ef74

Please sign in to comment.