From 2ecb26a535a7ff1871f817d6226ca3822530fb1c Mon Sep 17 00:00:00 2001 From: rajashree Date: Sun, 4 Oct 2020 23:21:53 -0700 Subject: [PATCH] Move RBAC section to the main backups page --- content/rancher/v2.x/en/backups/_index.md | 10 +++++++++- .../rancher/v2.x/en/backups/back-up-rancher/_index.md | 9 --------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/content/rancher/v2.x/en/backups/_index.md b/content/rancher/v2.x/en/backups/_index.md index 8fe62c090d0..5399851e1f9 100644 --- a/content/rancher/v2.x/en/backups/_index.md +++ b/content/rancher/v2.x/en/backups/_index.md @@ -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 cluster’s 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) diff --git a/content/rancher/v2.x/en/backups/back-up-rancher/_index.md b/content/rancher/v2.x/en/backups/back-up-rancher/_index.md index f1097411891..0c9e6e5a119 100644 --- a/content/rancher/v2.x/en/backups/back-up-rancher/_index.md +++ b/content/rancher/v2.x/en/backups/back-up-rancher/_index.md @@ -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 cluster’s 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 \ No newline at end of file