Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: DOC-1531: 10 GB PVC Requirement for Palette & VerteX with External DBs #5121

Merged
merged 5 commits into from
Dec 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ 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
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 MongoDB Atlas, or a self-hosted MongoDB instance, ensure the MongoDB database has a user named
- 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
[Add a Database User](https://www.mongodb.com/docs/guides/atlas/db-user/) guide for guidance on how to create a
database user in Atlas.
Expand All @@ -57,8 +57,7 @@ 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.
- 110 GB Disk Space per node.

- A minimum of three worker nodes or three untainted control plane nodes.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ 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
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 MongoDB Atlas, or a self-hosted MongoDB instance, ensure the MongoDB database has a user named
- 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
[Add a Database User](https://www.mongodb.com/docs/guides/atlas/db-user/) guide for guidance on how to create a
database user in Atlas.
Expand All @@ -46,8 +46,7 @@ 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.
- 110 GB Disk Space per node.

- A minimum of three worker nodes or three untainted control plane nodes.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ 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
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 MongoDB Atlas, or a self-hosted MongoDB instance ,ensure the MongoDB database has a user named
- 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
[Add a Database User](https://www.mongodb.com/docs/guides/atlas/db-user/) guide for guidance on how to create a
database user in Atlas.
Expand All @@ -58,8 +58,7 @@ 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.
- 110 GB Disk Space per node.

- A minimum of three worker nodes or three untainted control plane nodes.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ 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
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 MongoDB Atlas, or a self-hosted MongoDB instance, ensure the MongoDB database has a user named
- 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
[Add a Database User](https://www.mongodb.com/docs/guides/atlas/db-user/) guide for guidance on how to create a
database user in Atlas.
Expand All @@ -51,8 +51,7 @@ 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.
- 110 GB Disk Space per node.

- A minimum of three worker nodes or three untainted control plane nodes.

Expand Down
Loading