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: latest/ug/nodes/managed-node-update-behavior.adoc
+7-4
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,8 @@ The Amazon EKS managed worker node upgrade strategy has four different phases de
17
17
18
18
The setup phase has these steps:
19
19
20
-
. It creates a new Amazon EC2 launch template version for the Auto Scaling group that's associated with your node group. The new launch template version uses the target AMI or a custom launch template version for the update.
21
-
. It updates the Auto Scaling group to use the latest launch template version.
20
+
. It creates a new Amazon EC2 launch template version for the Auto Scaling Group that's associated with your node group. The new launch template version uses the target AMI or a custom launch template version for the update.
21
+
. It updates the Auto Scaling Group to use the latest launch template version.
22
22
. It determines the maximum quantity of nodes to upgrade in parallel using the `updateConfig` property for the node group. The maximum unavailable has a quota of 100 nodes. The default value is one node. For more information, see the link:eks/latest/APIReference/API_UpdateNodegroupConfig.html#API_UpdateNodegroupConfig_RequestSyntax[updateConfig,type="documentation"] property in the _Amazon EKS API Reference_.
23
23
24
24
@@ -31,11 +31,11 @@ The scale up phase has these steps:
31
31
32
32
. It increments the Auto Scaling Group's maximum size and desired size by the larger of either:
33
33
+
34
-
** Up to twice the number of Availability Zones that the Auto Scaling group is deployed in.
34
+
** Up to twice the number of Availability Zones that the Auto Scaling Group is deployed in.
35
35
** The maximum unavailable of upgrade.
36
36
+
37
37
For example, if your node group has five Availability Zones and `maxUnavailable` as one, the upgrade process can launch a maximum of 10 nodes. However when `maxUnavailable` is 20 (or anything higher than 10), the process would launch 20 new nodes.
38
-
. After scaling the Auto Scaling group, it checks if the nodes using the latest configuration are present in the node group. This step succeeds only when it meets these criteria:
38
+
. After scaling the Auto Scaling Group, it checks if the nodes using the latest configuration are present in the node group. This step succeeds only when it meets these criteria:
39
39
+
40
40
** At least one new node is launched in every Availability Zone where the node exists.
41
41
** Every new node should be in `Ready` state.
@@ -70,6 +70,9 @@ Custom user data can sometimes break the bootstrap process. This scenario can le
70
70
*Any changes which make a node unhealthy or not ready*::
71
71
Node disk pressure, memory pressure, and similar conditions can lead to a node not going to `Ready` state.
72
72
73
+
*Each node most bootstrap within 15 minutes*::
74
+
If any node takes more than 15 minutes to bootstrap and join the cluster, it will cause the upgrade to time out. This is the total runtime for bootstrapping a new node measured from when a new node is required to when it joins the cluster. When upgrading a managed node group, the time counter starts as soon as the Auto Scaling Group size increases.
0 commit comments