From 0cf45e40e40f70dd970051676017c1357cd1673e Mon Sep 17 00:00:00 2001 From: Karl Cardenas Date: Mon, 9 Sep 2024 14:39:49 -0700 Subject: [PATCH] docs: PAC-1967 --- .../backup-restore/backup-restore.md | 25 +++++++++++++++++++ .../backup-restore/create-cluster-backup.md | 4 +++ .../backup-restore/restore-cluster-backup.md | 4 +++ 3 files changed, 33 insertions(+) diff --git a/docs/docs-content/clusters/cluster-management/backup-restore/backup-restore.md b/docs/docs-content/clusters/cluster-management/backup-restore/backup-restore.md index 7a85f677d4..ea8c5ae3bf 100644 --- a/docs/docs-content/clusters/cluster-management/backup-restore/backup-restore.md +++ b/docs/docs-content/clusters/cluster-management/backup-restore/backup-restore.md @@ -94,6 +94,31 @@ or [Add a Backup Location using Dynamic Credentials](/clusters/cluster-management/backup-restore/add-backup-location-dynamic) guide. +## Volume Snapshots + + +You can include [volume snapshots](https://kubernetes.io/docs/concepts/storage/volume-snapshots/) in your cluster backups if the Container Storage Interface (CSI) driver you are using supports them. For more information about volume support, check the CSI pack README for your CSI driver. You can find a list of all Packs in the +page. + + +If the CSI driver supports volume backup, check if the CSI driver includes the snapshot controller, the required volume snapshot class, and the required Custom Resource Definitions (CRD). Otherwise, ensure the cluster profile includes the pack +included. Use version 8 or greater of the pack. The Volume Snapshot Controller pack is required to take snapshots of volumes. The Volume Snapshot Controller also includes the required volume snapshot class. Check out the [Add a Pack](../../../profiles/cluster-profiles/create-cluster-profiles/create-addon-profile/create-pack-addon.md) guide to learn how to add a pack to a cluster profile. + +You can use the table below to determine if your CSI driver supports volume snapshots and if you need to include the +Volume Snapshot Controller pack in your cluster profile. + +:::tip + +Always refer to the CSI driver's Pack README for guidance on volume snapshot support. + +::: + +| Scenario | Requires Volume Snapshot Controller Pack | Guidance | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------- | ------------------------------------------------------------------ | +| CSI driver supports volume snapshots but does not contain all the required components, such as the Snapshot Contoller, VolumeSnapshotClass, or the CRDs | Yes | Include the Volume Snapshot Controller pack in the cluster profile | +| CSI driver supports volume snapshots, contains the all required components, such as the Snapshot Contoller, and has the VolumeSnapshotClass and CRDs included | No | Refer to the CSI Pack README for guidance | +| CSI driver does not support volume snapshots | No | Refer to the CSI Pack README for guidance | + ## etcd Backups etcd backups are enabled by default. You can edit the YAML file for a cluster's Kubernetes layer to configure its diff --git a/docs/docs-content/clusters/cluster-management/backup-restore/create-cluster-backup.md b/docs/docs-content/clusters/cluster-management/backup-restore/create-cluster-backup.md index f856e6e8b4..8f765a8553 100644 --- a/docs/docs-content/clusters/cluster-management/backup-restore/create-cluster-backup.md +++ b/docs/docs-content/clusters/cluster-management/backup-restore/create-cluster-backup.md @@ -50,6 +50,10 @@ Use the following instructions to schedule a backup for an existing cluster. - An active cluster in Palette. + +- If you are want to include volume snapshots in the backup, ensure that your CSI driver supports volume snapshots. For more + information about volume support, review the CSI pack README for your CSI driver in use. Refer to the [Voume Snapshots](backup-restore.md#volume-snapshots) section for more information. + ### Instructions 1. Log in to [Palette](https://console.spectrocloud.com/). diff --git a/docs/docs-content/clusters/cluster-management/backup-restore/restore-cluster-backup.md b/docs/docs-content/clusters/cluster-management/backup-restore/restore-cluster-backup.md index a4668ecd86..e7a1666de1 100644 --- a/docs/docs-content/clusters/cluster-management/backup-restore/restore-cluster-backup.md +++ b/docs/docs-content/clusters/cluster-management/backup-restore/restore-cluster-backup.md @@ -102,6 +102,10 @@ backup. To learn more about the restore operation, refer to the Velero enables the destination cluster to assume the necessary IAM role to access the backup files. Refer to the [Add a Backup Location using Dynamic Credentials](add-backup-location-dynamic.md) guide. + +- If your backup contains volume snapshots, ensure that your CSI driver supports volume snapshots. For more + information about volume support, review the CSI pack README for your CSI driver in use. Refer to the [Voume Snapshots](backup-restore.md#volume-snapshots) section for more information. + ### Instructions Use the following instructions in Palette to restore a backup to a destination cluster.