AWS::EKS::Nodegroup UpdateConfig
The update configuration for the node group.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "MaxUnavailable" :
Double
, "MaxUnavailablePercentage" :Double
}
YAML
MaxUnavailable:
Double
MaxUnavailablePercentage:Double
Properties
MaxUnavailable
-
The maximum number of nodes unavailable at once during a version update. Nodes will be updated in parallel. This value or
maxUnavailablePercentage
is required to have a value.The maximum number is 100.Required: No
Type: Double
Minimum:
1
Update requires: No interruption
MaxUnavailablePercentage
-
The maximum percentage of nodes unavailable during a version update. This percentage of nodes will be updated in parallel, up to 100 nodes at once. This value or
maxUnavailable
is required to have a value.Required: No
Type: Double
Minimum:
1
Maximum:
100
Update requires: No interruption