Formatting fixes.

This commit is contained in:
Mikael Frykholm 2025-04-15 08:38:18 +02:00
parent 48d1b250e9
commit ffeb1f3b10
Signed by: mifr
GPG key ID: 1467F9D69135C236

View file

@ -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 velero backup create rut-prod --snapshot-move-data --default-volumes-to-fs-backup=false --from-schedule prod-schedule --exclude-namespaces velero
### Restore ### 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. * Install Velero.
* Do the actual restore. * Do the actual restore.
velero restore create --from-backup test-schedule-20250411030038 `velero restore create --from-backup test-schedule-20250411030038`
### Kubernetes logs and instrospection ### Kubernetes logs and instrospection