Skip to content

Commit c738719

Browse files
authored
Merge pull request #92254 from dfitzmau/OCPBUGS-49969-touch-up
OCPBUGS-49969-touch-up
2 parents 3eef604 + eb2140d commit c738719

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Diff for: modules/multi-arch-installing-using-cli.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ $ oc create -f <file_name> <1>
7676

7777
[NOTE]
7878
====
79-
For more details about configuring the `Subscription` object and `OperatorGroup` object, see "Installing from OperatorHub using the CLI".
79+
For more details about configuring the `Subscription` object and `OperatorGroup` object, see "Installing from OperatorHub by using the CLI".
8080
====
8181

8282
.Verification

Diff for: modules/nw-metalLB-basic-upgrade-operator.adoc

+5-5
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ $ oc -n metallb-system get installplan
6666
.Example output that shows install-tsz2g as a manual install plan
6767
[source,terminal,subs="attributes+"]
6868
----
69-
NAME CSV APPROVAL APPROVED
70-
install-shpmd metallb-operator.v4.18.0-202502261233 Automatic true
69+
NAME CSV APPROVAL APPROVED
70+
install-shpmd metallb-operator.v{product-version}.0-202502261233 Automatic true
7171
install-tsz2g metallb-operator.v{product-version}.0-202503102139 Manual false
7272
----
7373

@@ -95,8 +95,8 @@ $ oc -n metallb-system get csv
9595
----
9696
+
9797
.Example output
98-
[source,terminal]
98+
[source,terminal,subs="attributes+"]
9999
----
100-
NAME DISPLAY VERSION REPLACE PHASE
101-
metallb-operator.v4.19.0-202503102139 MetalLB Operator {product-version}.0-202503102139 metallb-operator.v4.18.0-202502261233 Succeeded
100+
NAME DISPLAY VERSION REPLACE PHASE
101+
metallb-operator.v<latest>.0-202503102139 MetalLB Operator {product-version}.0-202503102139 metallb-operator.v{product-version}.0-202502261233 Succeeded
102102
----

Diff for: operators/admin/olm-adding-operators-to-cluster.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ include::modules/olm-installing-global-namespaces.adoc[leveloffset=+1]
7777
7878
.Next steps
7979
80-
* Install the desired Operator in your custom global namespace. Because the web console does not populate the *Installed Namespace* menu during Operator installation with custom global namespaces, the install task can only be performed with the OpenShift CLI (`oc`). For a detailed installation procedure, see "Installing from OperatorHub using the CLI".
80+
* Install the desired Operator in your custom global namespace. Because the web console does not populate the *Installed Namespace* menu during Operator installation with custom global namespaces, the install task can only be performed with the OpenShift CLI (`oc`). For a detailed installation procedure, see "Installing from OperatorHub by using the CLI".
8181
+
8282
[NOTE]
8383
====

0 commit comments

Comments
 (0)