Skip to content

Commit aef963a

Browse files
authored
Update ipi-install-replacing-a-bare-metal-control-plane-node.adoc
Requirement : Version should be called as a variable so that every release would be able to get the correct version info Version(s): 4.15 Issue: Ensure that the Bare Metal Operator is available: $ oc get clusteroperator baremetal Example output NAME VERSION AVAILABLE PROGRESSING DEGRADED SINCE MESSAGE baremetal 4.12.0 True False False 3d15h Link to docs preview: https://docs.openshift.com/container-platform/4.14/installing/installing_bare_metal_ipi/ipi-install-expanding-the-cluster.html#replacing-a-bare-metal-control-plane-node_ipi-install-expanding QE review: [x] QE has approved this change.
1 parent 4c92828 commit aef963a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ipi-install-replacing-a-bare-metal-control-plane-node.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ $ oc get clusteroperator baremetal
3636
----
3737
+
3838
.Example output
39-
[source,terminal]
39+
[source,terminal,subs="attributes+"]
4040
----
4141
NAME VERSION AVAILABLE PROGRESSING DEGRADED SINCE MESSAGE
42-
baremetal 4.15.0 True False False 3d15h
42+
baremetal {product-version} True False False 3d15h
4343
----
4444

4545
. Remove the old `BareMetalHost` and `Machine` objects:

0 commit comments

Comments
 (0)