Skip to content

Commit 6fc4a0e

Browse files
Merge pull request #60124 from RichardHoch/mult_namespaces
Installation of OADP on multiple namespaces
2 parents 69e8e71 + f34efa5 commit 6fc4a0e

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

backup_and_restore/application_backup_and_restore/installing/about-installing-oadp.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ include::modules/oadp-configuring-noobaa-for-dr.adoc[leveloffset=+1]
4646
* link:https://{velero-domain}/docs/v{velero-version}/locations/[Overview of backup and snapshot locations in the Velero documentation]
4747
4848
include::modules/about-oadp-update-channels.adoc[leveloffset=+1]
49+
include::modules/about-installing-oadp-on-multiple-namespaces.adoc[leveloffset=+1]
4950

5051
[role="_additional-resources"]
5152
.Additional resources
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * backup_and_restore/installing/about-installing-oadp.adoc
4+
5+
6+
:_content-type: CONCEPT
7+
[id="about-installing-oadp-on-multiple-namespaces_{context}"]
8+
= Installation of OADP on multiple namespaces
9+
10+
You can install OADP into multiple namespaces on the same cluster so that multiple project owners can manage their own OADP instance. This use case has been validated with Restic and CSI.
11+
12+
You install each instance of OADP as specified by the per-platform procedures contained in this document with the following additional requirements:
13+
14+
* All deployments of OADP on the same cluster must be the same version, for example, 1.1.4. Installing different versions of OADP on the same cluster is *not* supported.
15+
* Each individual deployment of OADP must have a unique set of credentials and a unique `BackupStorageLocation` configuration.
16+
* By default, each OADP deployment has cluster-level access across namespaces. {product-title} administrators need to review security and RBAC settings carefully and make any necessary changes to them to ensure that each OADP instance has the correct permissions.
17+
18+
19+
20+

0 commit comments

Comments
 (0)