Skip to content

Commit

Permalink
docs: add cluster-wide resources backup options PEM-5124 (#4860)
Browse files Browse the repository at this point in the history
* docs: add cluster-wide resources backup options PEM-5124

* docs: add deletion policy flag PEM-5124

* docs: remove tabs

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

---------

Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 662dd23 commit f51f18d
Show file tree
Hide file tree
Showing 5 changed files with 125 additions and 95 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,17 @@ or
[Add a Backup Location using Dynamic Credentials](/clusters/cluster-management/backup-restore/add-backup-location-dynamic)
guide.

### Backup Cluster Resources

Palette backups are safe to restore to any cluster and include persistent data. A cluster-wide backup operation of the
source cluster can be configured using three options. The following table summarizes the different options.

| **Backup Configuration** | **Description** |
| ------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Always** | Include all cluster-wide resources regardless of any selected namespaces. This option is designed for restore operations to be performed exclusively on the source cluster. |
| **Auto** | Include persistent volumes that are linked to claims within the selected namespaces, but exclude cluster-wide resources. This is the default option for new backups. |
| **Never** | Excludes all cluster-wide resources, including persistent volumes. |

## Volume Snapshots

<!-- prettier-ignore -->
Expand Down
Loading

0 comments on commit f51f18d

Please sign in to comment.