Skip to content

Commit 2c69b16

Browse files
authored
Merge pull request #61747 from xenolinux/update-notes-backup-recovery
OCPBUGS#15328: Update notes
2 parents 643d46a + 75435eb commit 2c69b16

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

modules/dr-restoring-cluster-state.adoc

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ This procedure assumes that you copied the `backup` directory containing the etc
5353
+
5454
[NOTE]
5555
====
56-
It is not required to manually stop the pods on the recovery host. The recovery script will stop the pods on the recovery host.
56+
You do not need to stop the static pods on the recovery host.
5757
====
5858

5959
.. Access a control plane host that is not the recovery host.
@@ -206,7 +206,7 @@ $ sudo systemctl restart kubelet.service
206206
+
207207
[NOTE]
208208
====
209-
Clusters with no worker nodes, such as single-node clusters or clusters consisting of three schedulable control plane nodes, will not have any pending CSRs to approve. In those scenarios, you can skip this step.
209+
Clusters with no worker nodes, such as single-node clusters or clusters consisting of three schedulable control plane nodes, will not have any pending CSRs to approve. You can skip all the commands listed in this step.
210210
====
211211

212212
.. Get the list of current CSRs:
@@ -280,20 +280,15 @@ etcd-ip-10-0-143-125.ec2.internal 1/1 Running 1
280280
----
281281
+
282282
If the status is `Pending`, or the output lists more than one running etcd pod, wait a few minutes and check again.
283-
+
284-
[NOTE]
285-
====
286-
Perform the following step only if you are using `OVNKubernetes` network plugin.
287-
====
288283

289-
. Delete the node objects that are associated with control plane hosts that are not the recovery control plane host.
284+
. If you are using the `OVNKubernetes` network plugin, delete the node objects that are associated with control plane hosts that are not the recovery control plane host.
290285
+
291286
[source,terminal]
292287
----
293288
$ oc delete node <non-recovery-controlplane-host-1> <non-recovery-controlplane-host-2>
294289
----
295290

296-
. Verify that the Cluster Network Operator (CNO) redeploys the OVN-Kubernetes control plane and that it no longer references the non-recovery controller IP addresses. To verify this result, regularly check the output of the following command. Wait until it returns an empty result before you proceed with the next step.
291+
. Verify that the Cluster Network Operator (CNO) redeploys the OVN-Kubernetes control plane and that it no longer references the non-recovery controller IP addresses. To verify this result, regularly check the output of the following command. Wait until it returns an empty result before you proceed to restart the Open Virtual Network (OVN) Kubernetes pods on all of the hosts in the next step.
297292
+
298293
[source,terminal]
299294
----

0 commit comments

Comments
 (0)