diff --git a/docs/docs-content/enterprise-version/install-palette/install-on-kubernetes/airgap-install/install.md b/docs/docs-content/enterprise-version/install-palette/install-on-kubernetes/airgap-install/install.md index eeead60842..fccd4769d7 100644 --- a/docs/docs-content/enterprise-version/install-palette/install-on-kubernetes/airgap-install/install.md +++ b/docs/docs-content/enterprise-version/install-palette/install-on-kubernetes/airgap-install/install.md @@ -42,7 +42,7 @@ Complete the [Environment Setup](./kubernetes-airgap-instructions.md) steps befo configuration to be installed as part of the installation process. If Cert Manager is already installed, you must uninstall it before installing Palette. -- The Kubernetes cluster must have a Container Storage Interface (CSI) installed and configured. Palette requires a CSI +- If you are using a _self-hosted database_, such as MongoDB, the Kubernetes cluster must have a Container Storage Interface (CSI) installed and configured. Palette requires a CSI to store persistent data. You may install any CSI that is compatible with your Kubernetes cluster. - If you are using MongoDB Atlas, or a self-hosted MongoDB instance, ensure the MongoDB database has a user named @@ -58,7 +58,10 @@ Complete the [Environment Setup](./kubernetes-airgap-instructions.md) steps befo - 16 GB Memory per node. - 100 GB Disk Space per node. - - A Container Storage Interface (CSI) for persistent data. + + - If you are using a _self-hosted database_, such as MongoDB, a CSI for persistent data. + + - If you are using an _external database_, such as MongoDB Atlas, a Persistent Volume Claim (PVC) of at least 10 GB for persistent data. - A minimum of three worker nodes or three untainted control plane nodes. diff --git a/docs/docs-content/enterprise-version/install-palette/install-on-kubernetes/install.md b/docs/docs-content/enterprise-version/install-palette/install-on-kubernetes/install.md index cd9efe4f0a..1efa3fecdc 100644 --- a/docs/docs-content/enterprise-version/install-palette/install-on-kubernetes/install.md +++ b/docs/docs-content/enterprise-version/install-palette/install-on-kubernetes/install.md @@ -31,7 +31,7 @@ You can use the Palette Helm Chart to install Palette in a multi-node Kubernetes configuration to be installed as part of the installation process. If Cert Manager is already installed, you must uninstall it before installing Palette. -- The Kubernetes cluster must have a Container Storage Interface (CSI) installed and configured. Palette requires a CSI +- If you are using a _self-hosted database_, such as MongoDB, the Kubernetes cluster must have a Container Storage Interface (CSI) installed and configured. Palette requires a CSI to store persistent data. You may install any CSI that is compatible with your Kubernetes cluster. - If you are using MongoDB Atlas, or a self-hosted MongoDB instance, ensure the MongoDB database has a user named @@ -47,7 +47,10 @@ You can use the Palette Helm Chart to install Palette in a multi-node Kubernetes - 16 GB Memory per node. - 100 GB Disk Space per node. - - A Container Storage Interface (CSI) for persistent data. + + - If you are using a _self-hosted database_, such as MongoDB, a CSI for persistent data. + + - If you are using an _external database_, such as MongoDB Atlas, a Persistent Volume Claim (PVC) of at least 10 GB for persistent data. - A minimum of three worker nodes or three untainted control plane nodes. diff --git a/docs/docs-content/vertex/install-palette-vertex/install-on-kubernetes/airgap-install/install.md b/docs/docs-content/vertex/install-palette-vertex/install-on-kubernetes/airgap-install/install.md index f346b8c5d7..225869d2a5 100644 --- a/docs/docs-content/vertex/install-palette-vertex/install-on-kubernetes/airgap-install/install.md +++ b/docs/docs-content/vertex/install-palette-vertex/install-on-kubernetes/airgap-install/install.md @@ -42,7 +42,7 @@ Complete the [Environment Setup](./kubernetes-airgap-instructions.md) steps befo configuration to be installed as part of the installation process. If Cert Manager is already installed, you must uninstall it before installing VerteX. -- The Kubernetes cluster must have a Container Storage Interface (CSI) installed and configured. VerteX requires a CSI +- If you are using a _self-hosted database_, such as MongoDB, the Kubernetes cluster must have a Container Storage Interface (CSI) installed and configured. VerteX requires a CSI to store persistent data. You may install any CSI that is compatible with your Kubernetes cluster. - If you are using MongoDB Atlas, or a self-hosted MongoDB instance ,ensure the MongoDB database has a user named @@ -59,7 +59,10 @@ Complete the [Environment Setup](./kubernetes-airgap-instructions.md) steps befo - 16 GB Memory per node. - 100 GB Disk Space per node. - - A Container Storage Interface (CSI) for persistent data. + + - If you are using a _self-hosted database_, such as MongoDB, a CSI for persistent data. + + - If you are using an _external database_, such as MongoDB Atlas, a Persistent Volume Claim (PVC) of at least 10 GB for persistent data. - A minimum of three worker nodes or three untainted control plane nodes. diff --git a/docs/docs-content/vertex/install-palette-vertex/install-on-kubernetes/install.md b/docs/docs-content/vertex/install-palette-vertex/install-on-kubernetes/install.md index 0f723a1fb8..787e48ba8e 100644 --- a/docs/docs-content/vertex/install-palette-vertex/install-on-kubernetes/install.md +++ b/docs/docs-content/vertex/install-palette-vertex/install-on-kubernetes/install.md @@ -36,7 +36,7 @@ has the necessary network connectivity for VerteX to operate successfully. configuration to be installed as part of the installation process. If Cert Manager is already installed, you must uninstall it before installing VerteX. -- The Kubernetes cluster must have a Container Storage Interface (CSI) installed and configured. VerteX requires a CSI +- If you are using a _self-hosted database_, such as MongoDB, the Kubernetes cluster must have a Container Storage Interface (CSI) installed and configured. VerteX requires a CSI to store persistent data. You may install any CSI that is compatible with your Kubernetes cluster. - If you are using MongoDB Atlas, or a self-hosted MongoDB instance, ensure the MongoDB database has a user named @@ -52,7 +52,10 @@ has the necessary network connectivity for VerteX to operate successfully. - 16 GB Memory per node. - 100 GB Disk Space per node. - - A Container Storage Interface (CSI) for persistent data. + + - If you are using a _self-hosted database_, such as MongoDB, a CSI for persistent data. + + - If you are using an _external database_, such as MongoDB Atlas, a Persistent Volume Claim (PVC) of at least 10 GB for persistent data. - A minimum of three worker nodes or three untainted control plane nodes.