diff --git a/snippets/operator-group-unique-name.adoc b/snippets/operator-group-unique-name.adoc new file mode 100644 index 000000000000..1f6c0215ff72 --- /dev/null +++ b/snippets/operator-group-unique-name.adoc @@ -0,0 +1,15 @@ +// Text snippet included in the following assemblies: +// + +:_mod-docs-content-type: SNIPPET + +[WARNING] +==== +Operator Lifecycle Manager (OLM) creates the following cluster roles for each Operator group: + +* `-admin` +* `-edit` +* `-view` + +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. +====