mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-07-30 20:12:42 +00:00
Re-adding this doc line as requested by @blackpiglet
Signed-off-by: Gareth Anderson <gareth.anderson03@gmail.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user