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