Files
velero/site/content/docs/v1.2.0/namespace.md
Tony Batard c663ce15ab Hugo migration (#2720)
* Move files to a Hugo structure

Signed-off-by: Tony Batard <tbatard@pivotal.io>
2020-08-13 09:09:15 -07:00

536 B

title, layout
title layout
Run in custom namespace docs

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>