Skip to content

Commit 5cbe890

Browse files
committed
Improved terminology. Replaced word "wrong" with "non-recovery" while
talking about non-recovery hosts (because they are not always "wrong").
1 parent 39fc206 commit 5cbe890

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/dr-restoring-cluster-state.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,11 +303,11 @@ Perform the following step only if you are using `OVNKubernetes` network plugin.
303303
$ oc delete node <non-recovery-controlplane-host-1> <non-recovery-controlplane-host-2>
304304
----
305305

306-
. 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.
306+
. 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.
307307
+
308308
[source,terminal]
309309
----
310-
$ oc -n openshift-ovn-kubernetes get ds/ovnkube-master -o yaml | grep -E '<wrong_master_ip_1>|<wrong_master_ip_2>'
310+
$ oc -n openshift-ovn-kubernetes get ds/ovnkube-master -o yaml | grep -E '<non-recovery_controller_ip_1>|<non-recovery_controller_ip_2>'
311311
----
312312
+
313313
[NOTE]

0 commit comments

Comments
 (0)