Skip to content

Commit

Permalink
Merge pull request #8082 from gjanders/update-ibm-cos-docs
Browse files Browse the repository at this point in the history
Updated to the IBM COS documentation
  • Loading branch information
shubham-pampattiwar committed Aug 5, 2024
2 parents d4e743b + 75210c7 commit f7f9ed3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelogs/unreleased/8082-gjanders
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updates to IBM COS documentation to match current version
3 changes: 2 additions & 1 deletion site/content/docs/main/contributions/ibm-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f7f9ed3

Please sign in to comment.