Skip to content

Commit 95b907f

Browse files
committed
add extra step for a wait period
1 parent 6d25fe6 commit 95b907f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

modules/dr-restoring-cluster-state.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,8 +628,19 @@ $ oc patch etcd cluster -p='{"spec": {"forceRedeploymentReason": "recovery-'"$(
628628
----
629629
<1> The `forceRedeploymentReason` value must be unique, which is why a timestamp is appended.
630630
+
631+
The `etcd` redeployment starts.
632+
+
631633
When the `etcd` cluster Operator performs a redeployment, the existing nodes are started with new pods similar to the initial bootstrap scale up.
632634

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+
633644
. Turn the quorum guard back on by entering:
634645
+
635646
[source,terminal]

0 commit comments

Comments
 (0)