Formatting fixes.
This commit is contained in:
parent
48d1b250e9
commit
ffeb1f3b10
1 changed files with 3 additions and 2 deletions
|
@ -128,11 +128,12 @@ Export the kubectl config file for velero to use:
|
|||
velero backup create rut-prod --snapshot-move-data --default-volumes-to-fs-backup=false --from-schedule prod-schedule --exclude-namespaces velero
|
||||
|
||||
### Restore
|
||||
* Install a new cluster according to the new install instructions. The addons for rut are not needed as they are included in the backup.
|
||||
1. Install a new cluster according to the new install instructions. The addons for rut are not needed as they are included in the backup.
|
||||
* Install Velero.
|
||||
* Do the actual restore.
|
||||
|
||||
velero restore create --from-backup test-schedule-20250411030038
|
||||
`velero restore create --from-backup test-schedule-20250411030038`
|
||||
|
||||
|
||||
### Kubernetes logs and instrospection
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue