Skip to content

Commit 4d565a4

Browse files
Merge pull request #67770 from michaelryanpeter/ocpbugs-19016-snippet-for-operator-groups-bug
OCPBUGS#19016: Text snippet for Operator groups name
2 parents 1a6b6f6 + 7361d49 commit 4d565a4

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)