Skip to content

Commit ef31df5

Browse files
authored
Merge pull request #46128 from rohennes/BZ2089766
Update for BZ2089766
2 parents 18d5017 + d12b43c commit ef31df5

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

installing/installing_bare_metal_ipi/ipi-install-expanding-the-cluster.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@ include::modules/ipi-install-replacing-a-bare-metal-control-plane-node.adoc[leve
2727
[role="_additional-resources"]
2828
.Additional resources
2929

30-
* xref:../../post_installation_configuration/bare-metal-configuration.adoc[Bare metal configuration]
30+
* xref:../../backup_and_restore/control_plane_backup_and_restore/replacing-unhealthy-etcd-member.adoc#replacing-the-unhealthy-etcd-member[Replacing an unhealthy etcd member]
3131
32-
* xref:../../backup_and_restore/control_plane_backup_and_restore/replacing-unhealthy-etcd-member.adoc#restore-replace-stopped-etcd-member_replacing-unhealthy-etcd-member[Replacing an unhealthy etcd member]
32+
* xref:../../backup_and_restore/control_plane_backup_and_restore/backing-up-etcd.adoc#backing-up-etcd-data_backup-etcd[Backing up etcd]
33+
34+
* xref:../../post_installation_configuration/bare-metal-configuration.adoc#post-install-bare-metal-configuration[Bare metal configuration]
3335
3436
include::modules/ipi-install-preparing-to-deploy-with-virtual-media-on-the-baremetal-network.adoc[leveloffset=+1]
3537

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

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,33 @@ If you reuse the `BareMetalHost` object definition from an existing control plan
1515
Existing control plane `BareMetalHost` objects may have the `externallyProvisioned` flag set to `true` if they were provisioned by the {product-title} installation program.
1616
====
1717

18+
.Prerequisites
19+
20+
* You have access to the cluster as a user with the `cluster-admin` role.
21+
22+
* You have taken an etcd backup.
23+
+
24+
[IMPORTANT]
25+
====
26+
Take an etcd backup before performing this procedure so that you can restore your cluster if you encounter any issues. For more information about taking an etcd backup, see the _Additional resources_ section.
27+
====
28+
1829
.Procedure
1930

31+
. Ensure that the Bare Metal Operator is available:
32+
+
33+
[source,terminal]
34+
----
35+
$ oc get clusteroperator baremetal
36+
----
37+
+
38+
.Example output
39+
[source,terminal]
40+
----
41+
NAME VERSION AVAILABLE PROGRESSING DEGRADED SINCE MESSAGE
42+
baremetal 4.10.12 True False False 3d15h
43+
----
44+
2045
. Remove the old `BareMetalHost` and `Machine` objects:
2146
+
2247
[source,terminal]

0 commit comments

Comments
 (0)