Files
velero/docs/namespace.md
Nolan Brubaker 9cd2862c8e Document install command for GCP, AWS, and Azure
Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
2019-04-24 14:06:36 -04:00

545 B

Run in custom namespace

In Velero version 0.7.0 and later, you can run Velero in any namespace.

First, ensure you've downloaded & extracted the latest release.

Then, install Velero using the --namespace flag:

     velero install --bucket <YOUR_BUCKET> --provider <YOUR_PROVIDER> --namespace <YOUR_NAMESPACE>

Specify the namespace in client commands

To specify the namespace for all Velero client commands, run:

    velero client config set namespace=<NAMESPACE_VALUE>