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