From 60c6c9df3434fd7a21f4f910f37b329844971c1d Mon Sep 17 00:00:00 2001 From: Andrea Hoffer Date: Wed, 3 Mar 2021 14:26:57 -0500 Subject: [PATCH] BZ-1920414: Clarifying the revision numbers are examples --- modules/dr-restoring-cluster-state.adoc | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/modules/dr-restoring-cluster-state.adoc b/modules/dr-restoring-cluster-state.adoc index 019f1579f7b6..055d9ea73eb0 100644 --- a/modules/dr-restoring-cluster-state.adoc +++ b/modules/dr-restoring-cluster-state.adoc @@ -211,10 +211,11 @@ Review the `NodeInstallerProgressing` status condition for etcd to verify that a [source,terminal] ---- AllNodesAtLatestRevision -3 nodes are at revision 3 +3 nodes are at revision 7 <1> ---- +<1> In this example, the latest revision number is `7`. + -If the output shows a message such as `2 nodes are at revision 3; 1 nodes are at revision 4`, this means that the update is still in progress. Wait a few minutes and try again. +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. . After etcd is redeployed, force new rollouts for the control plane. The Kubernetes API server will reinstall itself on the other nodes because the kubelet is connected to API servers using an internal load balancer. + @@ -239,8 +240,11 @@ Review the `NodeInstallerProgressing` status condition to verify that all nodes [source,terminal] ---- AllNodesAtLatestRevision -3 nodes are at revision 3 +3 nodes are at revision 7 <1> ---- +<1> In this example, the latest revision number is `7`. ++ +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. .. Update the `kubecontrollermanager`: + @@ -261,8 +265,11 @@ Review the `NodeInstallerProgressing` status condition to verify that all nodes [source,terminal] ---- AllNodesAtLatestRevision -3 nodes are at revision 3 +3 nodes are at revision 7 <1> ---- +<1> In this example, the latest revision number is `7`. ++ +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. .. Update the `kubescheduler`: + @@ -283,8 +290,11 @@ Review the `NodeInstallerProgressing` status condition to verify that all nodes [source,terminal] ---- AllNodesAtLatestRevision -3 nodes are at revision 3 +3 nodes are at revision 7 <1> ---- +<1> In this example, the latest revision number is `7`. ++ +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. . Verify that all master hosts have started and joined the cluster. +