Skip to content

Commit

Permalink
docs: clarify csi req
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Dec 20, 2024
1 parent 48405c2 commit 7a4c965
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ 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.

- If you are using a _self-hosted MongoDB_ instance, such as MongoDB Atlas, the Kubernetes cluster must have a Container
Storage Interface (CSI) installed and configured. Palette requires a CSI to create Persistest Volume, which is used to
store persistent data. You may install any CSI that is compatible with your Kubernetes cluster.
- Palette requires a Container Storage Interface (CSI) to create Persistest Volume, which is used to store persistent
data. You may install any CSI that is compatible with your Kubernetes cluster.

- If you are using a _self-hosted MongoDB_ instance, such as MongoDB Atlas, ensure the MongoDB database has a user named
`hubble` with the permission `readWriteAnyDatabase`. Refer to the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ 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.

- If you are using a _self-hosted MongoDB_ instance, such as MongoDB Atlas, the Kubernetes cluster must have a Container
Storage Interface (CSI) installed and configured. Palette requires a CSI to create Persistest Volume, which is used to
store persistent data. You may install any CSI that is compatible with your Kubernetes cluster.
- Palette requires a Container Storage Interface (CSI) to create Persistest Volume, which is used to store persistent
data. You may install any CSI that is compatible with your Kubernetes cluster.

- If you are using a _self-hosted MongoDB_ instance, such as MongoDB Atlas, ensure the MongoDB database has a user named
`hubble` with the permission `readWriteAnyDatabase`. Refer to the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ 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.

- If you are using a _self-hosted MongoDB_ instance, such as MongoDB Atlas, the Kubernetes cluster must have a Container
Storage Interface (CSI) installed and configured. Palette requires a CSI to create Persistest Volume, which is used to
store persistent data. You may install any CSI that is compatible with your Kubernetes cluster.
- Palette requires a Container Storage Interface (CSI) to create Persistest Volume, which is used to store persistent
data. You may install any CSI that is compatible with your Kubernetes cluster.

- If you are using a _self-hosted MongoDB_ instance, such as MongoDB Atlas, ensure the MongoDB database has a user named
`hubble` with the permission `readWriteAnyDatabase`. Refer to the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ 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.

- If you are using a _self-hosted MongoDB_ instance, such as MongoDB Atlas, the Kubernetes cluster must have a Container
Storage Interface (CSI) installed and configured. Palette requires a CSI to create Persistest Volume, which is used to
store persistent data. You may install any CSI that is compatible with your Kubernetes cluster.
- Palette requires a Container Storage Interface (CSI) to create Persistest Volume, which is used to store persistent
data. You may install any CSI that is compatible with your Kubernetes cluster.

- If you are using a _self-hosted MongoDB_ instance, such as MongoDB Atlas, ensure the MongoDB database has a user named
`hubble` with the permission `readWriteAnyDatabase`. Refer to the
Expand Down

0 comments on commit 7a4c965

Please sign in to comment.