File tree Expand file tree Collapse file tree 4 files changed +16
-20
lines changed
enterprise-version/install-palette/install-on-kubernetes
vertex/install-palette-vertex/install-on-kubernetes Expand file tree Collapse file tree 4 files changed +16
-20
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ Complete the [Environment Setup](./kubernetes-airgap-instructions.md) steps befo
42
42
configuration to be installed as part of the installation process. If Cert Manager is already installed, you must
43
43
uninstall it before installing Palette.
44
44
45
- - The Kubernetes cluster must have a Container Storage Interface (CSI) installed and configured. Palette requires a CSI
46
- to store persistent data. You may install any CSI that is compatible with your Kubernetes cluster.
45
+ - Palette requires a Container Storage Interface (CSI) to create Persistest Volume, which is used to store persistent
46
+ data. You may install any CSI that is compatible with your Kubernetes cluster.
47
47
48
- - If you are using MongoDB Atlas, or a self -hosted MongoDB instance, ensure the MongoDB database has a user named
48
+ - If you are using a _ self -hosted MongoDB _ instance, such as MongoDB Atlas , ensure the MongoDB database has a user named
49
49
` hubble ` with the permission ` readWriteAnyDatabase ` . Refer to the
50
50
[ Add a Database User] ( https://www.mongodb.com/docs/guides/atlas/db-user/ ) guide for guidance on how to create a
51
51
database user in Atlas.
@@ -57,8 +57,7 @@ Complete the [Environment Setup](./kubernetes-airgap-instructions.md) steps befo
57
57
58
58
- 16 GB Memory per node.
59
59
60
- - 100 GB Disk Space per node.
61
- - A Container Storage Interface (CSI) for persistent data.
60
+ - 110 GB Disk Space per node.
62
61
63
62
- A minimum of three worker nodes or three untainted control plane nodes.
64
63
Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ You can use the Palette Helm Chart to install Palette in a multi-node Kubernetes
31
31
configuration to be installed as part of the installation process. If Cert Manager is already installed, you must
32
32
uninstall it before installing Palette.
33
33
34
- - The Kubernetes cluster must have a Container Storage Interface (CSI) installed and configured. Palette requires a CSI
35
- to store persistent data. You may install any CSI that is compatible with your Kubernetes cluster.
34
+ - Palette requires a Container Storage Interface (CSI) to create Persistest Volume, which is used to store persistent
35
+ data. You may install any CSI that is compatible with your Kubernetes cluster.
36
36
37
- - If you are using MongoDB Atlas, or a self -hosted MongoDB instance, ensure the MongoDB database has a user named
37
+ - If you are using a _ self -hosted MongoDB _ instance, such as MongoDB Atlas , ensure the MongoDB database has a user named
38
38
` hubble ` with the permission ` readWriteAnyDatabase ` . Refer to the
39
39
[ Add a Database User] ( https://www.mongodb.com/docs/guides/atlas/db-user/ ) guide for guidance on how to create a
40
40
database user in Atlas.
@@ -46,8 +46,7 @@ You can use the Palette Helm Chart to install Palette in a multi-node Kubernetes
46
46
47
47
- 16 GB Memory per node.
48
48
49
- - 100 GB Disk Space per node.
50
- - A Container Storage Interface (CSI) for persistent data.
49
+ - 110 GB Disk Space per node.
51
50
52
51
- A minimum of three worker nodes or three untainted control plane nodes.
53
52
Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ Complete the [Environment Setup](./kubernetes-airgap-instructions.md) steps befo
42
42
configuration to be installed as part of the installation process. If Cert Manager is already installed, you must
43
43
uninstall it before installing VerteX.
44
44
45
- - The Kubernetes cluster must have a Container Storage Interface (CSI) installed and configured. VerteX requires a CSI
46
- to store persistent data. You may install any CSI that is compatible with your Kubernetes cluster.
45
+ - Palette requires a Container Storage Interface (CSI) to create Persistest Volume, which is used to store persistent
46
+ data. You may install any CSI that is compatible with your Kubernetes cluster.
47
47
48
- - If you are using MongoDB Atlas, or a self -hosted MongoDB instance , ensure the MongoDB database has a user named
48
+ - If you are using a _ self -hosted MongoDB _ instance, such as MongoDB Atlas, ensure the MongoDB database has a user named
49
49
` hubble ` with the permission ` readWriteAnyDatabase ` . Refer to the
50
50
[ Add a Database User] ( https://www.mongodb.com/docs/guides/atlas/db-user/ ) guide for guidance on how to create a
51
51
database user in Atlas.
@@ -58,8 +58,7 @@ Complete the [Environment Setup](./kubernetes-airgap-instructions.md) steps befo
58
58
59
59
- 16 GB Memory per node.
60
60
61
- - 100 GB Disk Space per node.
62
- - A Container Storage Interface (CSI) for persistent data.
61
+ - 110 GB Disk Space per node.
63
62
64
63
- A minimum of three worker nodes or three untainted control plane nodes.
65
64
Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ has the necessary network connectivity for VerteX to operate successfully.
36
36
configuration to be installed as part of the installation process. If Cert Manager is already installed, you must
37
37
uninstall it before installing VerteX.
38
38
39
- - The Kubernetes cluster must have a Container Storage Interface (CSI) installed and configured. VerteX requires a CSI
40
- to store persistent data. You may install any CSI that is compatible with your Kubernetes cluster.
39
+ - Palette requires a Container Storage Interface (CSI) to create Persistest Volume, which is used to store persistent
40
+ data. You may install any CSI that is compatible with your Kubernetes cluster.
41
41
42
- - If you are using MongoDB Atlas, or a self -hosted MongoDB instance, ensure the MongoDB database has a user named
42
+ - If you are using a _ self -hosted MongoDB _ instance, such as MongoDB Atlas , ensure the MongoDB database has a user named
43
43
` hubble ` with the permission ` readWriteAnyDatabase ` . Refer to the
44
44
[ Add a Database User] ( https://www.mongodb.com/docs/guides/atlas/db-user/ ) guide for guidance on how to create a
45
45
database user in Atlas.
@@ -51,8 +51,7 @@ has the necessary network connectivity for VerteX to operate successfully.
51
51
52
52
- 16 GB Memory per node.
53
53
54
- - 100 GB Disk Space per node.
55
- - A Container Storage Interface (CSI) for persistent data.
54
+ - 110 GB Disk Space per node.
56
55
57
56
- A minimum of three worker nodes or three untainted control plane nodes.
58
57
You can’t perform that action at this time.
0 commit comments