Skip to content

Commit 8241f09

Browse files
committed
BZ-1920414: Clarifying the revision numbers are examples
1 parent 1898da8 commit 8241f09

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

modules/dr-restoring-cluster-state.adoc

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -211,10 +211,11 @@ Review the `NodeInstallerProgressing` status condition for etcd to verify that a
211211
[source,terminal]
212212
----
213213
AllNodesAtLatestRevision
214-
3 nodes are at revision 3
214+
3 nodes are at revision 7 <1>
215215
----
216+
<1> In this example, the latest revision number is `7`.
216217
+
217-
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.
218+
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.
218219

219220
. 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.
220221
+
@@ -239,8 +240,11 @@ Review the `NodeInstallerProgressing` status condition to verify that all nodes
239240
[source,terminal]
240241
----
241242
AllNodesAtLatestRevision
242-
3 nodes are at revision 3
243+
3 nodes are at revision 7 <1>
243244
----
245+
<1> In this example, the latest revision number is `7`.
246+
+
247+
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.
244248

245249
.. Update the `kubecontrollermanager`:
246250
+
@@ -261,8 +265,11 @@ Review the `NodeInstallerProgressing` status condition to verify that all nodes
261265
[source,terminal]
262266
----
263267
AllNodesAtLatestRevision
264-
3 nodes are at revision 3
268+
3 nodes are at revision 7 <1>
265269
----
270+
<1> In this example, the latest revision number is `7`.
271+
+
272+
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.
266273

267274
.. Update the `kubescheduler`:
268275
+
@@ -283,8 +290,11 @@ Review the `NodeInstallerProgressing` status condition to verify that all nodes
283290
[source,terminal]
284291
----
285292
AllNodesAtLatestRevision
286-
3 nodes are at revision 3
293+
3 nodes are at revision 7 <1>
287294
----
295+
<1> In this example, the latest revision number is `7`.
296+
+
297+
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.
288298

289299
. Verify that all master hosts have started and joined the cluster.
290300
+

modules/nodes-nodes-audit-policy.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ Review the `NodeInstallerProgressing` status condition for the Kubernetes API se
4848
[source,terminal]
4949
----
5050
AllNodesAtLatestRevision
51-
3 nodes are at revision 12
51+
3 nodes are at revision 12 <1>
5252
----
53+
<1> In this example, the latest revision number is `12`.
5354
+
5455
If the output shows a message similar to one of the following, this means that the update is still in progress. Wait a few minutes and try again.
5556

0 commit comments

Comments
 (0)