This is the documentation for the latest development version of Velero. Both code and docs may be unstable, and these docs are not guaranteed to be up to date or correct. See the latest version.
The Velero installation and backups by default are run in the velero
namespace. However, it is possible to use a different namespace.
Use the --namespace
flag, in conjunction with the other flags in the velero install
command (as shown in the
the Velero install instructions). This will inform Velero where to install.
To have namespace consistency, specify the namespace for all Velero operational commands to be the same as the namespace used to install Velero:
velero client config set namespace=<NAMESPACE_VALUE>
Alternatively, you may use the global --namespace
flag with any operational command to tell Velero where to run.
To help you get started, see the documentation.