Skip to content

Commit 2d96d99

Browse files
authored
Merge pull request #56802 from tmalove/etcd-ocpbugs-8246-tlove
[OCPBUGS-8246]: OVN-K control plane re-deployment after node deletion
2 parents d7590ce + 116468b commit 2d96d99

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

modules/dr-restoring-cluster-state.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,17 @@ Perform the following step only if you are using `OVNKubernetes` network plugin.
299299
$ oc delete node <non-recovery-controlplane-host-1> <non-recovery-controlplane-host-2>
300300
----
301301

302+
. Verify that the Cluster Network Operator (CNO) redeploys the OVN-Kubernetes control plane and that it no longer references the wrong 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.
303+
+
304+
[source,terminal]
305+
----
306+
$ oc -n openshift-ovn-kubernetes get ds/ovnkube-master -o yaml | grep -E '<wrong_master_ip_1>|<wrong_master_ip_2>'
307+
----
308+
+
309+
[NOTE]
310+
====
311+
It can take at least 5-10 minutes for the OVN-Kubernetes control plane to be redeployed and the previous command to return empty output.
312+
====
302313
. Turn off the quorum guard by entering the following command:
303314
+
304315
[source,terminal]

0 commit comments

Comments
 (0)