From b18aa1a5576734be4e2abaaff813d3c6ea1a16f5 Mon Sep 17 00:00:00 2001 From: dfitzmau Date: Wed, 14 Jun 2023 15:37:53 +0100 Subject: [PATCH] OCPBUGS-14621: Updated Restoring to a previous cluster state example --- modules/dr-restoring-cluster-state.adoc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/dr-restoring-cluster-state.adoc b/modules/dr-restoring-cluster-state.adoc index 381f9aeb2d..c77b48d738 100644 --- a/modules/dr-restoring-cluster-state.adoc +++ b/modules/dr-restoring-cluster-state.adoc @@ -347,7 +347,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] ---- @@ -359,8 +359,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: