Documentation for version v1.2.0 is no longer actively maintained. The version you are currently viewing is a static snapshot. For up-to-date documentation, see the latest version.
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>
To specify the namespace for all Velero client commands, run:
velero client config set namespace=<NAMESPACE_VALUE>
To help you get started, see the documentation.