Skip to content

Commit d15d4ea

Browse files
OSDOCS-3737: (OLM) Add warning about disabling copied CSVs
1 parent 55a6f58 commit d15d4ea

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

modules/olm-disabling-copied-csvs.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@ When Operators are configured to use the `AllNamespaces` install mode, versus ta
1212

1313
To support these larger clusters, cluster administrators can disable copied CSVs for Operators installed with the `AllNamespaces` mode.
1414

15+
[WARNING]
16+
====
17+
If you disable copied CSVs, a user's ability to discover Operators in the OperatorHub and CLI is limited to Operators installed directly in the user's namespace.
18+
19+
If an Operator is configured to reconcile events in the user's namespace but is installed in a different namespace, the user cannot view the Operator in the OperatorHub or CLI. Operators affected by this limitation are still available and continue to reconcile events in the user's namespace.
20+
21+
This behavior occurs for the following reasons:
22+
* Copied CSVs identify the Operators available for a given namespace.
23+
* Role-based access control (RBAC) scopes the user's ability to view and discover Operators in the OperatorHub and CLI.
24+
====
25+
1526
.Procedure
1627

1728
* Edit the `OLMConfig` object named `cluster` and set the `spec.features.disableCopiedCSVs` field to `true`:

0 commit comments

Comments
 (0)