Skip to content

Commit 7361d49

Browse files
OCPBUGS#19016: Text snippet for Operator groups name
The text snippet in this PR only applies to branches 4.11-4.14. In order to keep the text snippets folder in sync and to avoid future merge conflicts, the work of adding the snippet to the repo and placing the content in the documentation is broken up. This PR creates the snippet. #64754 adds the snippet to appropriate content. Please see #64754 for QE and SME acks.
1 parent 67804e8 commit 7361d49

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
// Text snippet included in the following assemblies:
2+
//
3+
4+
:_mod-docs-content-type: SNIPPET
5+
6+
[WARNING]
7+
====
8+
Operator Lifecycle Manager (OLM) creates the following cluster roles for each Operator group:
9+
10+
* `<operatorgroup_name>-admin`
11+
* `<operatorgroup_name>-edit`
12+
* `<operatorgroup_name>-view`
13+
14+
When you manually create an Operator group, you must specify a unique name that does not conflict with the existing cluster roles or other Operator groups on the cluster.
15+
====

0 commit comments

Comments
 (0)