Skip to content

Commit

Permalink
Initial commit for configured StorageClass requirement on self-hosted…
Browse files Browse the repository at this point in the history
… clusters
  • Loading branch information
achuribooks committed Jan 13, 2025
1 parent f2272b0 commit c7f1db1
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ Complete the [Environment Setup](./kubernetes-airgap-instructions.md) steps befo

- x509 SSL certificate authority file in the base64 format.

- A configured [StorageClass](https://kubernetes.io/docs/concepts/storage/storage-classes/) to manage persistent storage needs. If you define a default StorageClass, it is automatically used for Persistent Volume Claims (PVCs) unless otherwise specified. To override the default StorageClass for a workload, modify the `storageClass` parameter.

- An Nginx controller will be installed by default. If you already have an Nginx controller deployed in the cluster, you
must set the `ingress.enabled` parameter to `false` in the **values.yaml** file.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ You can use the Palette Helm Chart to install Palette in a multi-node Kubernetes

- x509 SSL certificate authority file in base64 format.

- A configured [StorageClass](https://kubernetes.io/docs/concepts/storage/storage-classes/) to manage persistent storage needs. If you define a default StorageClass, it is automatically used for Persistent Volume Claims (PVCs) unless otherwise specified. To override the default StorageClass for a workload, modify the `storageClass` parameter.

- An Nginx controller will be installed by default. If you already have an Nginx controller deployed in the cluster, you
must set the `ingress.enabled` parameter to `false` in the **values.yaml** file.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ and assets.

- Shared Storage between VMware vSphere hosts.

- A configured [StorageClass](https://kubernetes.io/docs/concepts/storage/storage-classes/) to manage persistent storage needs. If you define a default StorageClass, it is automatically used for Persistent Volume Claims (PVCs) unless otherwise specified. To override the default StorageClass for a workload, modify the `storageClass` parameter.

:::info

Self-hosted Palette installations provide a system Private Cloud Gateway (PCG) out-of-the-box and typically do not
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ for more information.

- Shared Storage between VMware vSphere hosts.

- A configured [StorageClass](https://kubernetes.io/docs/concepts/storage/storage-classes/) to manage persistent storage needs. If you define a default StorageClass, it is automatically used for Persistent Volume Claims (PVCs) unless otherwise specified. To override the default StorageClass for a workload, modify the `storageClass` parameter.

:::info

Self-hosted Palette installations provide a system Private Cloud Gateway (PCG) out-of-the-box and typically do not
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ Complete the [Environment Setup](./kubernetes-airgap-instructions.md) steps befo

- x509 SSL certificate authority file in the base64 format.

- A configured [StorageClass](https://kubernetes.io/docs/concepts/storage/storage-classes/) to manage persistent storage needs. If you define a default StorageClass, it is automatically used for Persistent Volume Claims (PVCs) unless otherwise specified. To override the default StorageClass for a workload, modify the `storageClass` parameter.

- An Nginx controller will be installed by default. If you already have an Nginx controller deployed in the cluster, you
must set the `ingress.enabled` parameter to `false` in the **values.yaml** file.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ has the necessary network connectivity for VerteX to operate successfully.
- Ensure the OS and Kubernetes cluster you are installing VerteX onto is FIPS-compliant. Otherwise, VerteX and its
operations will not be FIPS-compliant.

- A configured [StorageClass](https://kubernetes.io/docs/concepts/storage/storage-classes/) to manage persistent storage needs. If you define a default StorageClass, it is automatically used for Persistent Volume Claims (PVCs) unless otherwise specified. To override the default StorageClass for a workload, modify the `storageClass` parameter.

- An Nginx controller will be installed by default. If you already have an Nginx controller deployed in the cluster, you
must set the `ingress.enabled` parameter to `false` in the **values.yaml** file.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ assets.

- Shared Storage between VMware vSphere hosts.

- A configured [StorageClass](https://kubernetes.io/docs/concepts/storage/storage-classes/) to manage persistent storage needs. If you define a default StorageClass, it is automatically used for Persistent Volume Claims (PVCs) unless otherwise specified. To override the default StorageClass for a workload, modify the `storageClass` parameter.

:::info

Self-hosted Palette VerteX installations provide a system Private Cloud Gateway (PCG) out-of-the-box and typically do
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ for more information.

- Shared Storage between VMware vSphere hosts.

- A configured [StorageClass](https://kubernetes.io/docs/concepts/storage/storage-classes/) to manage persistent storage needs. If you define a default StorageClass, it is automatically used for Persistent Volume Claims (PVCs) unless otherwise specified. To override the default StorageClass for a workload, modify the `storageClass` parameter.

:::info

Palette VerteX installations provide a system Private Cloud Gateway (PCG) out-of-the-box and typically do not require a
Expand Down

0 comments on commit c7f1db1

Please sign in to comment.