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: clarify requirement to explicitly specify storage class for vault on rke2 (PAC-829) #1733

Merged
merged 15 commits into from
Nov 7, 2023
Merged
7 changes: 7 additions & 0 deletions docs/docs-content/integrations/rke2.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ RKE2 is only available for Edge host deployments. Refer to the [Edge](../cluster

:::


:::caution

If you use the Vault add-on pack in a cluster profile that uses RKE2 as its Kubernetes layer, you need to explicitly specify a storage class for your Vault application. Refer to [the Vault pack documentation](./vault.md) for details.

:::

## Versions Supported

The following RKE2 versions are supported to work with Palette.
Expand Down
4 changes: 4 additions & 0 deletions docs/docs-content/integrations/vault.md
lennessyy marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,11 @@ Vault integration has the following components:
* UI (Optional).
* [Agent injector](https://www.vaultproject.io/docs/platform/k8s/injector/) (Optional).

:::caution

When using Vault with the RKE2 distribution of Kubernetes in Palette Edge, you must explicitly specify a storage class for the Vault server. To specify a storage class, change the value of the field `charts.vault.server.dataStorage.storageClass` in `values.yaml` for the Vault pack in your cluster profile from `null` to a storage class that meets your needs. Refer to [Kubernetes documentation on storage classes](https://kubernetes.io/docs/concepts/storage/storage-classes/) for more details.

:::

## Supported Use cases

Expand Down