mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-07 05:46:37 +00:00
Remove guidance to run Ark in a separate namespace
Now that we're no longer using a finalizer as part of backup deletion, it's fine to run the Ark server in the same namespace as all of the resources. Signed-off-by: Andy Goldstein <andy.goldstein@gmail.com>
This commit is contained in:
@@ -16,10 +16,6 @@ To store your backups, schedules, restores, and config in another namespace, you
|
||||
files, changing `heptio-ark` to your desired namespace. You also need to create the
|
||||
`cloud-credentials` secret in your desired namespace.
|
||||
|
||||
WARNING: It is recommended to run the Ark server in one namespace, and place your backups, schedules,
|
||||
restores, and config in a different namespace. You might encounter issues with deleting a single Ark
|
||||
namespace that contains everything.
|
||||
|
||||
For all cloud providers, edit `https://github.com/heptio/ark/blob/master/examples/common/00-prereqs.yaml`. This file defines:
|
||||
|
||||
* CustomResourceDefinitions for the Ark objects (backups, schedules, restores, configs, downloadrequests)
|
||||
|
||||
Reference in New Issue
Block a user