Merge pull request #8082 from gjanders/update-ibm-cos-docs

Updated to the IBM COS documentation
This commit is contained in:
Shubham Pampattiwar
2024-08-05 11:39:35 -07:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -0,0 +1 @@
Updates to IBM COS documentation to match current version

View File

@@ -65,8 +65,9 @@ velero install \
--provider aws \
--bucket <YOUR_BUCKET> \
--secret-file ./credentials-velero \
--plugins velero/velero-plugin-for-aws:v1.10.0\
--use-volume-snapshots=false \
--backup-location-config region=<YOUR_REGION>,s3ForcePathStyle="true",s3Url=<YOUR_URL_ACCESS_POINT>
--backup-location-config region=<YOUR_REGION>,s3ForcePathStyle="true",s3Url=<YOUR_URL_ACCESS_POINT>,checksumAlgorithm=""
```
Velero does not have a volume snapshot plugin for IBM Cloud, so creating volume snapshots is disabled.