From 962ef74d2ec30a7a1b2b1c5ca8047e4d0e2d8ec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Brunk?= Date: Thu, 10 Mar 2022 15:37:33 +0100 Subject: [PATCH] Document pod plugin installation with pip (#684) --- cookbook/integrations/kubernetes/pod/pod.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cookbook/integrations/kubernetes/pod/pod.py b/cookbook/integrations/kubernetes/pod/pod.py index 1e0c4f2b6a..020ad08759 100644 --- a/cookbook/integrations/kubernetes/pod/pod.py +++ b/cookbook/integrations/kubernetes/pod/pod.py @@ -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 `__'s, `V1PodSpec `__. + +In order to use pod tasks, install the Flyte pod plugin first: + +.. prompt:: bash $ + + pip install flytekitplugins-pod + """ # %%