From 783bdb04552032c51ff7f10ed3a154544b451b66 Mon Sep 17 00:00:00 2001 From: Andy Goldstein Date: Fri, 20 Apr 2018 06:54:28 -0400 Subject: [PATCH] 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 --- docs/namespace.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/namespace.md b/docs/namespace.md index b76dd42e1..004771634 100644 --- a/docs/namespace.md +++ b/docs/namespace.md @@ -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)