Skip to content

Commit 342bb01

Browse files
committed
This reverts commit ef879a6.
add step and command to delete node
1 parent db136e6 commit 342bb01

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/dr-restoring-cluster-state.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,12 @@ If the status is `Pending`, or the output lists more than one running etcd pod,
295295
Perform the following step only if you are using `OVNKubernetes` network plugin.
296296
====
297297
+
298+
. Delete the node objects that are associated with control plane hosts that are not the recovery control plane host.
299+
+
300+
[source,terminal]
301+
----
302+
$ oc delete node <non-recovery-controlplane-host-1> <non-recovery-controlplane-host-2>
303+
----
298304
. Restart the Open Virtual Network (OVN) Kubernetes pods on all the hosts.
299305
+
300306
[NOTE]

0 commit comments

Comments
 (0)