mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 06:46:26 +01:00
22 lines
853 B
Plaintext
22 lines
853 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * operators/understanding/olm/olm-understanding-olm.adoc
|
|
// * operators/understanding/olm/olm-understanding-operatorgroups.adoc
|
|
|
|
[id="olm-operatorgroups-about_{context}"]
|
|
ifeval::["{context}" == "olm-understanding-olm"]
|
|
= OperatorGroups
|
|
endif::[]
|
|
ifeval::["{context}" != "olm-understanding-olm"]
|
|
= About OperatorGroups
|
|
endif::[]
|
|
|
|
An _OperatorGroup_ is an OLM resource that provides multitenant configuration to
|
|
OLM-installed Operators. An OperatorGroup selects target namespaces in which to
|
|
generate required RBAC access for its member Operators.
|
|
|
|
The set of target namespaces is provided by a comma-delimited string stored in
|
|
the ClusterServiceVersion's (CSV) `olm.targetNamespaces` annotation. This
|
|
annotation is applied to member Operator's CSV instances and is projected into
|
|
their deployments.
|