File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -314,14 +314,6 @@ $ oc -n openshift-ovn-kubernetes get ds/ovnkube-master -o yaml | grep -E '<non-r
314
314
====
315
315
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.
316
316
====
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.
325
317
326
318
. Restart the Open Virtual Network (OVN) Kubernetes pods on all the hosts.
327
319
+
@@ -557,6 +549,15 @@ It might take a few minutes for the new machine to be created. The etcd cluster
557
549
558
550
.. Repeat these steps for each lost control plane host that is not the recovery host.
559
551
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
+
560
561
. In a separate terminal window, log in to the cluster as a user with the `cluster-admin` role by entering the following command:
561
562
+
562
563
[source,terminal]
You can’t perform that action at this time.
0 commit comments