Add command to follow restore logs to versioned docs #3098

This commit is contained in:
Catherine Luse
2021-03-08 13:56:49 -07:00
parent ea0b5e6f82
commit 70eeb7a191
@@ -50,12 +50,11 @@ A restore is performed by creating a Restore custom resource.
### Logs
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:
```yaml
kubectl get pods -n cattle-resources-system
kubectl logs <pod name from above command> -n cattle-resources-system -f
```
kubectl logs -n cattle-resources-system -l app.kubernetes.io/name=rancher-backup -f
### Cleanup