We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2aa811b + 95b907f commit 3edadfaCopy full SHA for 3edadfa
modules/dr-restoring-cluster-state.adoc
@@ -628,8 +628,19 @@ $ oc patch etcd cluster -p='{"spec": {"forceRedeploymentReason": "recovery-'"$(
628
----
629
<1> The `forceRedeploymentReason` value must be unique, which is why a timestamp is appended.
630
+
631
+The `etcd` redeployment starts.
632
++
633
When the `etcd` cluster Operator performs a redeployment, the existing nodes are started with new pods similar to the initial bootstrap scale up.
634
635
+. Monitor the `etcd` instances by running:
636
637
+[source,terminal]
638
+----
639
+$ oc adm wait-for-stable-cluster
640
641
642
+This process can take up to 15 minutes.
643
644
. Turn the quorum guard back on by entering:
645
646
[source,terminal]
0 commit comments