From ff2c089876d0f97cf923a33be9a20788063ec4f4 Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Fri, 26 Feb 2021 09:56:35 -0700 Subject: [PATCH] Document how to prevent naming conflict with restore resource --- .../rancher/v2.5/en/backups/restoring-rancher/_index.md | 8 +++++++- .../v2.x/en/backups/v2.5/restoring-rancher/_index.md | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/content/rancher/v2.5/en/backups/restoring-rancher/_index.md b/content/rancher/v2.5/en/backups/restoring-rancher/_index.md index 0bc2cfd3676..ce965a74636 100644 --- a/content/rancher/v2.5/en/backups/restoring-rancher/_index.md +++ b/content/rancher/v2.5/en/backups/restoring-rancher/_index.md @@ -48,9 +48,15 @@ A restore is performed by creating a Restore custom resource. 2. Cluster-scoped resources 3. Namespaced resources +### Logs + To check how the restore is progressing, you can check the logs of the operator. Follow these steps to get the logs: ```yaml kubectl get pods -n cattle-resources-system kubectl logs -n cattle-resources-system -f -``` \ No newline at end of file +``` + +### Cleanup + +If you created the restore resource with kubectl, remove the resource to prevent a naming conflict with future restores. \ No newline at end of file diff --git a/content/rancher/v2.x/en/backups/v2.5/restoring-rancher/_index.md b/content/rancher/v2.x/en/backups/v2.5/restoring-rancher/_index.md index 0bc2cfd3676..ce965a74636 100644 --- a/content/rancher/v2.x/en/backups/v2.5/restoring-rancher/_index.md +++ b/content/rancher/v2.x/en/backups/v2.5/restoring-rancher/_index.md @@ -48,9 +48,15 @@ A restore is performed by creating a Restore custom resource. 2. Cluster-scoped resources 3. Namespaced resources +### Logs + To check how the restore is progressing, you can check the logs of the operator. Follow these steps to get the logs: ```yaml kubectl get pods -n cattle-resources-system kubectl logs -n cattle-resources-system -f -``` \ No newline at end of file +``` + +### Cleanup + +If you created the restore resource with kubectl, remove the resource to prevent a naming conflict with future restores. \ No newline at end of file