From db2c5e9d31b3279de9007cfa62ba2853f14eb422 Mon Sep 17 00:00:00 2001 From: Jason Boxman Date: Thu, 1 Aug 2024 13:42:04 -0400 Subject: [PATCH 1/4] Add sentence about K8s namespaces --- .../version-24.1.1/enterprise/kubernetes.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platform_versioned_docs/version-24.1.1/enterprise/kubernetes.mdx b/platform_versioned_docs/version-24.1.1/enterprise/kubernetes.mdx index 25dca35c4..c0c45776d 100644 --- a/platform_versioned_docs/version-24.1.1/enterprise/kubernetes.mdx +++ b/platform_versioned_docs/version-24.1.1/enterprise/kubernetes.mdx @@ -14,6 +14,8 @@ Complete the following procedures to install Seqera Platform Enterprise on a Kub ### Create a namespace +Seqera uses a dedicated namespace to isolate Kubernetes pods and services from the other resources on your cluster. + Create a namespace for the Seqera resources: ```bash From fa9c8fb5c9638a18f166a65ae8e810cd96fad574 Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Sun, 11 Aug 2024 15:35:48 +0200 Subject: [PATCH 2/4] Update platform_versioned_docs/version-24.1.1/enterprise/kubernetes.mdx Co-authored-by: Paolo Di Tommaso Signed-off-by: Justine Geffen --- .../version-24.1.1/enterprise/kubernetes.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/platform_versioned_docs/version-24.1.1/enterprise/kubernetes.mdx b/platform_versioned_docs/version-24.1.1/enterprise/kubernetes.mdx index c0c45776d..40f7adde0 100644 --- a/platform_versioned_docs/version-24.1.1/enterprise/kubernetes.mdx +++ b/platform_versioned_docs/version-24.1.1/enterprise/kubernetes.mdx @@ -14,7 +14,9 @@ Complete the following procedures to install Seqera Platform Enterprise on a Kub ### Create a namespace -Seqera uses a dedicated namespace to isolate Kubernetes pods and services from the other resources on your cluster. +Create a namespace to isolate Kubernetes resources used Seqera Platform from the other resources on your cluster. + +NOTE: this installation guide assume the of `seqera-platform` as installation namespace. Consider using a different one that better fit your cluster naming convention. Create a namespace for the Seqera resources: From dd2e30e27815348e40436cb79c586f60274f4475 Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Sun, 11 Aug 2024 15:37:51 +0200 Subject: [PATCH 3/4] Update kubernetes.mdx Signed-off-by: Justine Geffen --- .../version-24.1.1/enterprise/kubernetes.mdx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/platform_versioned_docs/version-24.1.1/enterprise/kubernetes.mdx b/platform_versioned_docs/version-24.1.1/enterprise/kubernetes.mdx index 40f7adde0..3b06a689d 100644 --- a/platform_versioned_docs/version-24.1.1/enterprise/kubernetes.mdx +++ b/platform_versioned_docs/version-24.1.1/enterprise/kubernetes.mdx @@ -14,20 +14,22 @@ Complete the following procedures to install Seqera Platform Enterprise on a Kub ### Create a namespace -Create a namespace to isolate Kubernetes resources used Seqera Platform from the other resources on your cluster. +Create a namespace to isolate Kubernetes resources used by Seqera Platform from the other resources on your cluster. -NOTE: this installation guide assume the of `seqera-platform` as installation namespace. Consider using a different one that better fit your cluster naming convention. +:::note +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. +::: Create a namespace for the Seqera resources: ```bash - kubectl create namespace seqera-nf + kubectl create namespace seqera-platform ``` Switch to the namespace: ```bash - kubectl config set-context --current --namespace=seqera-nf + kubectl config set-context --current --namespace=seqera-platform ``` ### Configure container registry credentials From c9519692489b770b652ec773a5315d875363bdc1 Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Sun, 11 Aug 2024 15:38:40 +0200 Subject: [PATCH 4/4] Rename kubernetes.mdx to kubernetes.mdx Signed-off-by: Justine Geffen --- .../{version-24.1.1 => version-24.1}/enterprise/kubernetes.mdx | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename platform_versioned_docs/{version-24.1.1 => version-24.1}/enterprise/kubernetes.mdx (100%) diff --git a/platform_versioned_docs/version-24.1.1/enterprise/kubernetes.mdx b/platform_versioned_docs/version-24.1/enterprise/kubernetes.mdx similarity index 100% rename from platform_versioned_docs/version-24.1.1/enterprise/kubernetes.mdx rename to platform_versioned_docs/version-24.1/enterprise/kubernetes.mdx