Skip to content

Commit

Permalink
Re-adding this doc line as requested by @blackpiglet
Browse files Browse the repository at this point in the history
Signed-off-by: Gareth Anderson <gareth.anderson03@gmail.com>
  • Loading branch information
gjanders committed Aug 5, 2024
1 parent dc38a2a commit 75210c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions site/content/docs/main/contributions/ibm-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ 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)
Expand Down

0 comments on commit 75210c7

Please sign in to comment.