diff --git a/modules/dr-restoring-cluster-state.adoc b/modules/dr-restoring-cluster-state.adoc index 67420937bd..d2635dbea5 100644 --- a/modules/dr-restoring-cluster-state.adoc +++ b/modules/dr-restoring-cluster-state.adoc @@ -350,7 +350,7 @@ $ sudo rm -f /var/lib/ovn/etc/*.db $ oc delete pods -l app=ovnkube-master -n openshift-ovn-kubernetes ---- -.. Ensure that all the OVN-Kubernetes control plane pods are deployed again and are in a `Running` state by running the following command: +.. Ensure that any OVN-Kubernetes control plane pods are deployed again and are in a `Running` state by running the following command: + [source,terminal] ---- @@ -362,8 +362,6 @@ $ oc get pods -l app=ovnkube-master -n openshift-ovn-kubernetes ---- NAME READY STATUS RESTARTS AGE ovnkube-master-nb24h 4/4 Running 0 48s -ovnkube-master-rm8kw 4/4 Running 0 47s -ovnkube-master-zbqnh 4/4 Running 0 56s ---- .. Delete all `ovnkube-node` pods by running the following command: