Skip to content

Commit

Permalink
Clarification that default storage class is required
Browse files Browse the repository at this point in the history
  • Loading branch information
achuribooks committed Jan 13, 2025
1 parent c7f1db1 commit 5bc3081
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +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.

- A [StorageClass](https://kubernetes.io/docs/concepts/storage/storage-classes/) to manage persistent storage, with the annotation `storageclass.kubernetes.io/is-default-class` set to `true`. 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,8 +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.

- A [StorageClass](https://kubernetes.io/docs/concepts/storage/storage-classes/) to manage persistent storage, with the annotation `storageclass.kubernetes.io/is-default-class` set to `true`. 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,7 +57,7 @@ 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.
- A [StorageClass](https://kubernetes.io/docs/concepts/storage/storage-classes/) to manage persistent storage, with the annotation `storageclass.kubernetes.io/is-default-class` set to `true`. To override the default StorageClass for a workload, modify the `storageClass` parameter.

:::info

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ 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.
- A [StorageClass](https://kubernetes.io/docs/concepts/storage/storage-classes/) to manage persistent storage, with the annotation `storageclass.kubernetes.io/is-default-class` set to `true`. To override the default StorageClass for a workload, modify the `storageClass` parameter.

:::info

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ 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.
- A [StorageClass](https://kubernetes.io/docs/concepts/storage/storage-classes/) to manage persistent storage, with the annotation `storageclass.kubernetes.io/is-default-class` set to `true`. 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,8 +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.

- A [StorageClass](https://kubernetes.io/docs/concepts/storage/storage-classes/) to manage persistent storage, with the annotation `storageclass.kubernetes.io/is-default-class` set to `true`. 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,7 +72,7 @@ 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.
- A [StorageClass](https://kubernetes.io/docs/concepts/storage/storage-classes/) to manage persistent storage, with the annotation `storageclass.kubernetes.io/is-default-class` set to `true`. To override the default StorageClass for a workload, modify the `storageClass` parameter.

:::info

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ 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.
- A [StorageClass](https://kubernetes.io/docs/concepts/storage/storage-classes/) to manage persistent storage, with the annotation `storageclass.kubernetes.io/is-default-class` set to `true`. To override the default StorageClass for a workload, modify the `storageClass` parameter.

:::info

Expand Down

0 comments on commit 5bc3081

Please sign in to comment.