mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-23 05:15:16 +00:00
Specify RBAC permissions for backup-restore chart
This commit is contained in:
committed by
Catherine Luse
parent
acba44214e
commit
2c61b84244
@@ -51,4 +51,13 @@ To perform a backup, a custom resource of type Backup must be created.
|
||||
> **Important:** The `rancher-backup` operator doesn't save the EncryptionConfiguration file. The contents of the EncryptionConfiguration file must be saved when an encrypted backup is created, and the same file must be used when restoring from this backup.
|
||||
1. Click **Create.**
|
||||
|
||||
**Result:** The backup file is created in the storage location configured in the Backup custom resource. The name of this file is used when performing a restore.
|
||||
**Result:** The backup file is created in the storage location configured in the Backup custom resource. The name of this file is used when performing a restore.
|
||||
|
||||
|
||||
### RBAC/Permissions
|
||||
|
||||
Rancher Backup & Restore is a cluster-admin only feature and available only for the local cluster.
|
||||
Which means only the rancher admins, and local cluster’s cluster-owner can:
|
||||
* Install the Chart
|
||||
* See the navigation links for Backup and Restore CRDs (there is no overview page for this feature, after the chart is installed there’s a separate navigation link for its CRDs)
|
||||
* Perform a backup or restore by creating a Backup CR and Restore CR respectively, list backups/restores performed so far
|
||||
Reference in New Issue
Block a user