Separate common restoration steps from encryption

Co-authored-by: Jiaqi Luo <6218999+jiaqiluo@users.noreply.github.com>
This commit is contained in:
Wykiki
2022-03-17 10:29:21 +01:00
committed by GitHub
parent d73b153640
commit 16f797dafa
@@ -97,11 +97,11 @@ Apply the manifest, and watch for the Restore resources status :
```
kubectl apply -f migrationResource.yaml
```
1. Watch the Restore status:
Watch the Restore status:
```
kubectl get restore
```
1. Watch the restoration logs:
Watch the restoration logs:
```
kubectl logs -n cattle-resources-system --tail 100 -f rancher-backup-xxx-xxx
```