Skip to content

Commit 60eb0f3

Browse files
authored
Merge pull request #55699 from tmalove/etcd-ocpbugs-6728-tlove
[OCPBUGS-6728]: Delete node objects during etcd restore to prevent OVN-Kubernetes from starting its DBs as clustered
2 parents 6d4b6da + 342bb01 commit 60eb0f3

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)