You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/dr-restoring-cluster-state.adoc
+15-5Lines changed: 15 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -211,10 +211,11 @@ Review the `NodeInstallerProgressing` status condition for etcd to verify that a
211
211
[source,terminal]
212
212
----
213
213
AllNodesAtLatestRevision
214
-
3 nodes are at revision 3
214
+
3 nodes are at revision 7 <1>
215
215
----
216
+
<1> In this example, the latest revision number is `7`.
216
217
+
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.
218
219
219
220
. 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.
220
221
+
@@ -239,8 +240,11 @@ Review the `NodeInstallerProgressing` status condition to verify that all nodes
239
240
[source,terminal]
240
241
----
241
242
AllNodesAtLatestRevision
242
-
3 nodes are at revision 3
243
+
3 nodes are at revision 7 <1>
243
244
----
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.
244
248
245
249
.. Update the `kubecontrollermanager`:
246
250
+
@@ -261,8 +265,11 @@ Review the `NodeInstallerProgressing` status condition to verify that all nodes
261
265
[source,terminal]
262
266
----
263
267
AllNodesAtLatestRevision
264
-
3 nodes are at revision 3
268
+
3 nodes are at revision 7 <1>
265
269
----
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.
266
273
267
274
.. Update the `kubescheduler`:
268
275
+
@@ -283,8 +290,11 @@ Review the `NodeInstallerProgressing` status condition to verify that all nodes
283
290
[source,terminal]
284
291
----
285
292
AllNodesAtLatestRevision
286
-
3 nodes are at revision 3
293
+
3 nodes are at revision 7 <1>
287
294
----
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.
288
298
289
299
. Verify that all master hosts have started and joined the cluster.
0 commit comments