Skip to content

Commit 2fd1d37

Browse files
committed
RHDEVDOCS-4945 - Loki Storage Class 4.12+
1 parent 7660f58 commit 2fd1d37

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

modules/cluster-logging-loki-deploy.adoc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ifndef::openshift-rosa,openshift-dedicated[]
88
You can use the {product-title} web console to deploy the LokiStack.
99
endif::[]
1010
ifdef::openshift-rosa,openshift-dedicated[]
11-
You can deploy the LokiStack by using the {product-title} {cluster-manager-url}.
11+
You can deploy the LokiStack by using the {product-title} {cluster-manager-url}.
1212
endif::[]
1313

1414
.Prerequisites
@@ -24,7 +24,7 @@ ifndef::openshift-rosa,openshift-dedicated[]
2424
.. In the {product-title} web console, click *Operators* -> *OperatorHub*.
2525
endif::[]
2626
ifdef::openshift-rosa,openshift-dedicated[]
27-
.. In the {hybrid-console}, click *Operators* -> *OperatorHub*.
27+
.. In the {hybrid-console}, click *Operators* -> *OperatorHub*.
2828
endif::[]
2929

3030
.. Choose *Loki Operator* from the list of available Operators, and click *Install*.
@@ -33,7 +33,7 @@ endif::[]
3333

3434
.. Under *Installed Namespace*, select *openshift-operators-redhat*.
3535
+
36-
You must specify the `openshift-operators-redhat` namespace. The `openshift-operators` namespace might contain Community Operators, which are untrusted and might publish a metric with the same name as
36+
You must specify the `openshift-operators-redhat` namespace. The `openshift-operators` namespace might contain Community Operators, which are untrusted and might publish a metric with the same name as
3737
ifndef::openshift-rosa[]
3838
an {product-title} metric, which would cause conflicts.
3939
endif::[]
@@ -92,10 +92,11 @@ spec:
9292
secret:
9393
name: logging-loki-s3
9494
type: s3
95-
storageClassName: gp2
95+
storageClassName: gp3-csi <1>
9696
tenants:
9797
mode: openshift-logging
9898
----
99+
<1> Or `gp2-csi`.
99100
+
100101
.. Apply the configuration:
101102
+

0 commit comments

Comments
 (0)