We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea0b5e6 commit 70eeb7aCopy full SHA for 70eeb7a
content/rancher/v2.5/en/backups/restoring-rancher/_index.md
@@ -50,12 +50,11 @@ A restore is performed by creating a Restore custom resource.
50
51
### Logs
52
53
-To check how the restore is progressing, you can check the logs of the operator. Follow these steps to get the logs:
+To check how the restore is progressing, you can check the logs of the operator. Run this command to follow the logs:
54
55
-```yaml
56
-kubectl get pods -n cattle-resources-system
57
-kubectl logs <pod name from above command> -n cattle-resources-system -f
58
```
+kubectl logs -n cattle-resources-system -l app.kubernetes.io/name=rancher-backup -f
+
59
60
### Cleanup
61
0 commit comments