mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-02-03 18:42:18 +00:00
* Add changelog and docs for v1.5 release Signed-off-by: Nolan Brubaker <brubakern@vmware.com> * Fix markdown indentation Signed-off-by: Nolan Brubaker <brubakern@vmware.com> * Fix URLs with patch version Signed-off-by: Nolan Brubaker <brubakern@vmware.com> * Fix example link Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
856 B
856 B
title, layout
| title | layout |
|---|---|
| Run in a non-default namespace | docs |
The Velero installation and backups by default are run in the velero namespace. However, it is possible to use a different namespace.
Customize the namespace during install
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.
Customize the namespace for operational commands
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.