Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 15 additions & 5 deletions modules/dr-restoring-cluster-state.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
+
Expand All @@ -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`:
+
Expand All @@ -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`:
+
Expand All @@ -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.
+
Expand Down
3 changes: 2 additions & 1 deletion modules/nodes-nodes-audit-policy.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ Review the `NodeInstallerProgressing` status condition for the Kubernetes API se
[source,terminal]
----
AllNodesAtLatestRevision
3 nodes are at revision 12
3 nodes are at revision 12 <1>
----
<1> In this example, the latest revision number is `12`.
+
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.

Expand Down