Files
velero/site/docs/master/namespace.md
T
Ashish AmarnathandSteve Kriss 96ca41ca9a 📖 Doc fixes (#2123)
* Reorganize docs for the velero site

Signed-off-by: Ashish Amarnath <ashisham@vmware.com>

* mirror master docs to v1.2

Signed-off-by: Ashish Amarnath <ashisham@vmware.com>
2019-12-13 15:31:27 -07:00

508 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>