From 92014be6221c01f643a1af948dd1beffd9247dd5 Mon Sep 17 00:00:00 2001 From: nate nowack Date: Sun, 20 Oct 2024 16:13:16 -0500 Subject: [PATCH] clear up namespace selection in k8s guide (#15765) --- .../deploy/infrastructure-examples/kubernetes.mdx | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/3.0/deploy/infrastructure-examples/kubernetes.mdx b/docs/3.0/deploy/infrastructure-examples/kubernetes.mdx index 0a21a636f094..b2cf6145c367 100644 --- a/docs/3.0/deploy/infrastructure-examples/kubernetes.mdx +++ b/docs/3.0/deploy/infrastructure-examples/kubernetes.mdx @@ -193,9 +193,17 @@ Switch to the Prefect Cloud UI to create a new Kubernetes work pool. (Alternatively, you could use the Prefect CLI to create a work pool.) 1. Click on the **Work Pools** tab on the left sidebar -1. Click the **+** button at the top of the page -1. Select **Kubernetes** as the work pool type -1. Click **Next** to configure the work pool settings +2. Click the **+** button at the top of the page +3. Select **Kubernetes** as the work pool type +4. Click **Next** to configure the work pool settings +5. Set the `namespace` field to `prefect` + + +If you set a different namespace, use your selected namespace instead of `prefect` in all commands below. + + + +You may come back to this page to configure the work pool options at any time. ### Configure work pool options