Skip to content

Commit 9121496

Browse files
authored
Merge pull request #82214 from vsolanki12/patch-1
Re-arranging steps for `oc adm wait-for-stable-cluster` command
2 parents c3e8c7d + 26db10d commit 9121496

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

modules/dr-restoring-cluster-state.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -530,15 +530,6 @@ The `etcd` redeployment starts.
530530
+
531531
When the `etcd` cluster Operator performs a redeployment, the existing nodes are started with new pods similar to the initial bootstrap scale up.
532532

533-
. Monitor the `etcd` instances by running:
534-
+
535-
[source,terminal]
536-
----
537-
$ oc adm wait-for-stable-cluster
538-
----
539-
+
540-
This process can take up to 15 minutes.
541-
542533
. Turn the quorum guard back on by entering:
543534
+
544535
[source,terminal]
@@ -652,6 +643,15 @@ AllNodesAtLatestRevision
652643
+
653644
If the output includes multiple revision numbers, such as `2 nodes are at revision 6; 1 nodes are at revision 7`, this means that the update is still in progress. Wait a few minutes and try again.
654645

646+
. Monitor the platform Operators by running:
647+
+
648+
[source,terminal]
649+
----
650+
$ oc adm wait-for-stable-cluster
651+
----
652+
+
653+
This process can take up to 15 minutes.
654+
655655
. Verify that all control plane hosts have started and joined the cluster.
656656
+
657657
In a terminal that has access to the cluster as a `cluster-admin` user, run the following command:

0 commit comments

Comments
 (0)