From 16f797dafa1100ebad43878b8fc4373befdb7634 Mon Sep 17 00:00:00 2001 From: Wykiki Date: Thu, 17 Mar 2022 10:29:21 +0100 Subject: [PATCH] Separate common restoration steps from encryption Co-authored-by: Jiaqi Luo <6218999+jiaqiluo@users.noreply.github.com> --- content/rancher/v2.6/en/backups/migrating-rancher/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/rancher/v2.6/en/backups/migrating-rancher/_index.md b/content/rancher/v2.6/en/backups/migrating-rancher/_index.md index 4519a25bf96..267cf5e6e9e 100644 --- a/content/rancher/v2.6/en/backups/migrating-rancher/_index.md +++ b/content/rancher/v2.6/en/backups/migrating-rancher/_index.md @@ -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 ```