diff --git a/docs/docs-content/enterprise-version/install-palette/install-on-kubernetes/airgap-install/install.md b/docs/docs-content/enterprise-version/install-palette/install-on-kubernetes/airgap-install/install.md index d6aada8048..69b6abf1e5 100644 --- a/docs/docs-content/enterprise-version/install-palette/install-on-kubernetes/airgap-install/install.md +++ b/docs/docs-content/enterprise-version/install-palette/install-on-kubernetes/airgap-install/install.md @@ -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. diff --git a/docs/docs-content/enterprise-version/install-palette/install-on-kubernetes/install.md b/docs/docs-content/enterprise-version/install-palette/install-on-kubernetes/install.md index 2f7803364a..b8919adcc2 100644 --- a/docs/docs-content/enterprise-version/install-palette/install-on-kubernetes/install.md +++ b/docs/docs-content/enterprise-version/install-palette/install-on-kubernetes/install.md @@ -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. diff --git a/docs/docs-content/enterprise-version/install-palette/install-on-vmware/airgap-install/install.md b/docs/docs-content/enterprise-version/install-palette/install-on-vmware/airgap-install/install.md index d9ae8f43e5..26ac86b8ec 100644 --- a/docs/docs-content/enterprise-version/install-palette/install-on-vmware/airgap-install/install.md +++ b/docs/docs-content/enterprise-version/install-palette/install-on-vmware/airgap-install/install.md @@ -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 diff --git a/docs/docs-content/enterprise-version/install-palette/install-on-vmware/install.md b/docs/docs-content/enterprise-version/install-palette/install-on-vmware/install.md index 712f1fcafc..a038c07880 100644 --- a/docs/docs-content/enterprise-version/install-palette/install-on-vmware/install.md +++ b/docs/docs-content/enterprise-version/install-palette/install-on-vmware/install.md @@ -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 diff --git a/docs/docs-content/vertex/install-palette-vertex/install-on-kubernetes/airgap-install/install.md b/docs/docs-content/vertex/install-palette-vertex/install-on-kubernetes/airgap-install/install.md index 76805dbda5..5219d52cb0 100644 --- a/docs/docs-content/vertex/install-palette-vertex/install-on-kubernetes/airgap-install/install.md +++ b/docs/docs-content/vertex/install-palette-vertex/install-on-kubernetes/airgap-install/install.md @@ -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. diff --git a/docs/docs-content/vertex/install-palette-vertex/install-on-kubernetes/install.md b/docs/docs-content/vertex/install-palette-vertex/install-on-kubernetes/install.md index b5bd42caef..955852bebb 100644 --- a/docs/docs-content/vertex/install-palette-vertex/install-on-kubernetes/install.md +++ b/docs/docs-content/vertex/install-palette-vertex/install-on-kubernetes/install.md @@ -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. diff --git a/docs/docs-content/vertex/install-palette-vertex/install-on-vmware/airgap-install/install.md b/docs/docs-content/vertex/install-palette-vertex/install-on-vmware/airgap-install/install.md index e31bf5491c..b60569691d 100644 --- a/docs/docs-content/vertex/install-palette-vertex/install-on-vmware/airgap-install/install.md +++ b/docs/docs-content/vertex/install-palette-vertex/install-on-vmware/airgap-install/install.md @@ -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 diff --git a/docs/docs-content/vertex/install-palette-vertex/install-on-vmware/install.md b/docs/docs-content/vertex/install-palette-vertex/install-on-vmware/install.md index c99353adbe..f5de0a64ef 100644 --- a/docs/docs-content/vertex/install-palette-vertex/install-on-vmware/install.md +++ b/docs/docs-content/vertex/install-palette-vertex/install-on-vmware/install.md @@ -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