diff --git a/changelogs/unreleased/8082-gjanders b/changelogs/unreleased/8082-gjanders new file mode 100644 index 0000000000..3b5327464a --- /dev/null +++ b/changelogs/unreleased/8082-gjanders @@ -0,0 +1 @@ +Updates to IBM COS documentation to match current version diff --git a/site/content/docs/main/contributions/ibm-config.md b/site/content/docs/main/contributions/ibm-config.md index 332d0a5701..8d53a2531c 100644 --- a/site/content/docs/main/contributions/ibm-config.md +++ b/site/content/docs/main/contributions/ibm-config.md @@ -65,8 +65,9 @@ velero install \ --provider aws \ --bucket \ --secret-file ./credentials-velero \ + --plugins velero/velero-plugin-for-aws:v1.10.0\ --use-volume-snapshots=false \ - --backup-location-config region=,s3ForcePathStyle="true",s3Url= + --backup-location-config region=,s3ForcePathStyle="true",s3Url=,checksumAlgorithm="" ``` 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][ (Optional) Specify [CPU and memory resource requests and limits][15] for the Velero/node-agent pods. -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: - -```bash -kubectl -n velero delete volumesnapshotlocation.velero.io default -``` - 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. ## Installing the nginx example (optional)