Files
velero/site/docs/v1.2.0/namespace.md
Steve Kriss 7d27f951ff v1.2.0 docs site
Signed-off-by: Steve Kriss <krisss@vmware.com>
2019-11-07 08:20:22 -07:00

498 B

Run in custom namespace

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>