Skip to content

Commit a77ca43

Browse files
Merge pull request #67596 from BabbarPB08/babbar-patched-version
2 parents 5d39e1f + ec0c20b commit a77ca43

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ $ oc get clusteroperator baremetal
3939
[source,terminal]
4040
----
4141
NAME VERSION AVAILABLE PROGRESSING DEGRADED SINCE MESSAGE
42-
baremetal 4.12.0 True False False 3d15h
42+
baremetal 4.15.0 True False False 3d15h
4343
----
4444

4545
. Remove the old `BareMetalHost` and `Machine` objects:
@@ -179,11 +179,11 @@ $ oc get nodes
179179
[source,terminal]
180180
----
181181
NAME STATUS ROLES AGE VERSION
182-
control-plane-1.example.com available master 4m2s v1.18.2
183-
control-plane-2.example.com available master 141m v1.18.2
184-
control-plane-3.example.com available master 141m v1.18.2
185-
compute-1.example.com available worker 87m v1.18.2
186-
compute-2.example.com available worker 87m v1.18.2
182+
control-plane-1.example.com available master 4m2s v1.27.6
183+
control-plane-2.example.com available master 141m v1.27.6
184+
control-plane-3.example.com available master 141m v1.27.6
185+
compute-1.example.com available worker 87m v1.27.6
186+
compute-2.example.com available worker 87m v1.27.6
187187
----
188188
+
189189
[NOTE]

0 commit comments

Comments
 (0)