NodegroupUpdateConfig
In this article:
NodegroupUpdateConfig#
Node group update settings.
Contents#
maxUnavailable — The maximum number of nodes that can be simultaneously unavailable when the version is being updated. The nodes are updated in parallel.
Type: Integer
Range: Min value —
1
, max value —100
Required: Yes, if maxUnavailablePercentage is not specified
maxUnavailablePercentage — The maximum percentage of nodes that can be simultaneously unavailable when the version is being updated. The nodes will be updated in parallel, up to 100 nodes at the same time.
Type: Integer
Range: Min value —
1
, max value —100
Required: Yes, if maxUnavailable is not specified