Skip to content

Commit 2173285

Browse files
authored
Merge pull request #70675 from mletalie/OSDOCS-9310
[OSDOCS-9310]:Openshift Logging error in the ROSA documentation
2 parents a6191fa + 66ec81c commit 2173285

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

modules/cluster-logging-deploy-console.adoc

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,27 @@ You can install the {clo} by using the {product-title} web console.
1818
. In the {product-title} web console, click *Operators* -> *OperatorHub*.
1919
. Type `OpenShift Logging` in the *Filter by keyword* box.
2020
. Choose *Red Hat OpenShift Logging* from the list of available Operators, and click *Install*.
21-
. Ensure that *A specific namespace on the cluster* is selected under *Installation mode*.
22-
. Ensure that *Operator recommended namespace* is *openshift-logging* under *Installed Namespace*.
23-
. Select *Enable operator recommended cluster monitoring on this namespace*.
21+
ifdef::openshift-rosa[]
22+
. In the *role ARN* text field, type "no_role_arn". Although the specific ARN for the cluster is not required, the *role ARN* text field must be populated to continue the installation process.
2423
+
25-
This option sets the `openshift.io/cluster-monitoring: "true"` label in the `Namespace` object. You must select this option to ensure that cluster monitoring scrapes the `openshift-logging` namespace.
26-
24+
[NOTE]
25+
====
26+
The *role ARN* text field is only applicable for ROSA clusters with STS.
27+
====
28+
+
29+
endif::[]
2730
. Select *stable-5.y* as the *Update channel*.
2831
+
2932
--
3033
include::snippets/logging-stable-updates-snip.adoc[]
3134
--
32-
35+
+
36+
. Select a *Version*.
37+
. Ensure that *A specific namespace on the cluster* is selected under *Installation mode*.
38+
. Ensure that *Operator recommended namespace* is *openshift-logging* under *Installed Namespace*.
3339
. Select an *Update approval*.
3440
** The *Automatic* strategy allows Operator Lifecycle Manager (OLM) to automatically update the Operator when a new version is available.
3541
** The *Manual* strategy requires a user with appropriate credentials to approve the Operator update.
36-
3742
. Select *Enable* or *Disable* for the *Console plugin*.
3843
. Click *Install*.
3944

0 commit comments

Comments
 (0)