Skip to content

Commit dc38a2a

Browse files
committed
Updated IBM COS documentation
Added option checksumAlgorith, this stops 403 errors as per vmware-tanzu#7543 Added plugins line as velero install failed without this option in version 1.14.0 Removed the volumesnapshotlocation as it does not exist in 1.14.0 Signed-off-by: Gareth Anderson <[email protected]>
1 parent d4e743b commit dc38a2a

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

changelogs/unreleased/8082-gjanders

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Updates to IBM COS documentation to match current version

site/content/docs/main/contributions/ibm-config.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,9 @@ velero install \
6565
--provider aws \
6666
--bucket <YOUR_BUCKET> \
6767
--secret-file ./credentials-velero \
68+
--plugins velero/velero-plugin-for-aws:v1.10.0\
6869
--use-volume-snapshots=false \
69-
--backup-location-config region=<YOUR_REGION>,s3ForcePathStyle="true",s3Url=<YOUR_URL_ACCESS_POINT>
70+
--backup-location-config region=<YOUR_REGION>,s3ForcePathStyle="true",s3Url=<YOUR_URL_ACCESS_POINT>,checksumAlgorithm=""
7071
```
7172

7273
Velero does not have a volume snapshot plugin for IBM Cloud, so creating volume snapshots is disabled.
@@ -75,12 +76,6 @@ Additionally, you can specify `--use-node-agent` to enable [File System Backup][
7576

7677
(Optional) Specify [CPU and memory resource requests and limits][15] for the Velero/node-agent pods.
7778

78-
Once the installation is complete, remove the default `VolumeSnapshotLocation` that was created by `velero install`, since it's specific to AWS and won't work for IBM Cloud:
79-
80-
```bash
81-
kubectl -n velero delete volumesnapshotlocation.velero.io default
82-
```
83-
8479
For more complex installation needs, use either the Helm chart, or add `--dry-run -o yaml` options for generating the YAML representation for the installation.
8580

8681
## Installing the nginx example (optional)

0 commit comments

Comments
 (0)