Skip to content

Commit 4b48486

Browse files
Add metadata.namespace to K8s YAML files (#133)
* Add sentence about K8s namespaces Co-authored-by: Paolo Di Tommaso <[email protected]> Signed-off-by: Justine Geffen <[email protected]>
1 parent b656070 commit 4b48486

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

platform_versioned_docs/version-24.1/enterprise/kubernetes.mdx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,22 @@ Complete the following procedures to install Seqera Platform Enterprise on a Kub
1414

1515
### Create a namespace
1616

17+
Create a namespace to isolate Kubernetes resources used by Seqera Platform from the other resources on your cluster.
18+
19+
:::note
20+
This installation guide assumes the use of `seqera-platform` as the installation namespace. Consider using a different one that better fits your cluster naming convention.
21+
:::
22+
1723
Create a namespace for the Seqera resources:
1824

1925
```bash
20-
kubectl create namespace seqera-nf
26+
kubectl create namespace seqera-platform
2127
```
2228

2329
Switch to the namespace:
2430

2531
```bash
26-
kubectl config set-context --current --namespace=seqera-nf
32+
kubectl config set-context --current --namespace=seqera-platform
2733
```
2834

2935
### Configure container registry credentials

0 commit comments

Comments
 (0)