Make updates from review

Signed-off-by: Abigail McCarthy <mabigail@vmware.com>
This commit is contained in:
Abigail McCarthy
2022-05-17 23:02:28 -04:00
parent 0e649b9d3f
commit c6d568ad12
+2 -2
View File
@@ -58,8 +58,8 @@ This scenario steps through the migration of resources from Cluster 1 to Cluster
velero backup-location create bsl --provider aws --bucket velero-migration-demo --config region=us-east-2 --access-mode=ReadOnly
```
Make sure to configure the `BackupStorageLocations` as read-only
by using the `--access-mode=ReadOnly` flag for `velero backup-location create`. See `velero backup-location help` for more information about the available flags for this command.
Its recommended that you configure the `BackupStorageLocations` as read-only
by using the `--access-mode=ReadOnly` flag for `velero backup-location create`. This will make sure that the backup is not deleted from the object store by mistake during the restore. See `velero backup-location help` for more information about the available flags for this command.
```
velero snapshot-location create vsl --provider aws --config region=us-east-2