Move RBAC section to the main backups page

This commit is contained in:
rajashree
2020-10-04 23:21:53 -07:00
committed by Catherine Luse
parent 212f280468
commit 2ecb26a535
2 changed files with 9 additions and 10 deletions
+9 -1
View File
@@ -60,7 +60,7 @@ The Backup and Restore custom resources can be created in the Rancher UI, or by
# Installing the rancher-backup Operator
The `rancher-backup` operator can be installed from the Rancher UI, or with the Helm CLI. In both cases, the `rancher-backup` Helm chart is installed on the Kubernetes cluster running the Rancher server.
The `rancher-backup` operator can be installed from the Rancher UI, or with the Helm CLI. In both cases, the `rancher-backup` Helm chart is installed on the Kubernetes cluster running the Rancher server. It is a cluster-admin only feature and available only for the local cluster.
### Installing rancher-backup with the Rancher UI
@@ -86,6 +86,14 @@ helm install rancher-backup-crd rancher-charts/rancher-backup-crd -n cattle-reso
helm install rancher-backup rancher-charts/rancher-backup -n cattle-resources-system
```
### RBAC
Only the rancher admins, and local clusters cluster-owner can:
* Install the Chart
* See the navigation links for Backup and Restore CRDs
* Perform a backup or restore by creating a Backup CR and Restore CR respectively, list backups/restores performed so far
# Backing up Rancher
A backup is performed by creating a Backup custom resource. For a tutorial, refer to [this page.](./back-up-rancher)
@@ -59,12 +59,3 @@ To perform a backup, a custom resource of type Backup must be created.
**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 clusters cluster-owner can:
* Install the Chart
* See the navigation links for Backup and Restore CRDs
* Perform a backup or restore by creating a Backup CR and Restore CR respectively, list backups/restores performed so far