Skip to content

Commit 5b14a7e

Browse files
committed
[OCPBUGS-14619]: Update order of etcd restore docs
1 parent 3728911 commit 5b14a7e

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

modules/dr-restoring-cluster-state.adoc

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -314,14 +314,6 @@ $ oc -n openshift-ovn-kubernetes get ds/ovnkube-master -o yaml | grep -E '<non-r
314314
====
315315
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.
316316
====
317-
. Turn off the quorum guard by entering the following command:
318-
+
319-
[source,terminal]
320-
----
321-
$ oc patch etcd/cluster --type=merge -p '{"spec": {"unsupportedConfigOverrides": {"useUnsupportedUnsafeNonHANonProductionUnstableEtcd": true}}}'
322-
----
323-
+
324-
This command ensures that you can successfully re-create secrets and roll out the static pods.
325317

326318
. Restart the Open Virtual Network (OVN) Kubernetes pods on all the hosts.
327319
+
@@ -557,6 +549,15 @@ It might take a few minutes for the new machine to be created. The etcd cluster
557549

558550
.. Repeat these steps for each lost control plane host that is not the recovery host.
559551

552+
. Turn off the quorum guard by entering the following command:
553+
+
554+
[source,terminal]
555+
----
556+
$ oc patch etcd/cluster --type=merge -p '{"spec": {"unsupportedConfigOverrides": {"useUnsupportedUnsafeNonHANonProductionUnstableEtcd": true}}}'
557+
----
558+
+
559+
This command ensures that you can successfully re-create secrets and roll out the static pods.
560+
560561
. In a separate terminal window, log in to the cluster as a user with the `cluster-admin` role by entering the following command:
561562
+
562563
[source,terminal]

0 commit comments

Comments
 (0)