Skip to content

/AWS1/CL_EKSNODEGROUPUPDATECFG

The node group update configuration.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_MAXUNAVAILABLE TYPE /AWS1/EKSNONZEROINTEGER /AWS1/EKSNONZEROINTEGER

The maximum number of nodes unavailable at once during a version update. Nodes are updated in parallel. This value or maxUnavailablePercentage is required to have a value.The maximum number is 100.

IV_MAXUNAVAILABLEPERCENTAGE TYPE /AWS1/EKSPERCENTCAPACITY /AWS1/EKSPERCENTCAPACITY

The maximum percentage of nodes unavailable during a version update. This percentage of nodes are updated in parallel, up to 100 nodes at once. This value or maxUnavailable is required to have a value.


Queryable Attributes

maxUnavailable

The maximum number of nodes unavailable at once during a version update. Nodes are updated in parallel. This value or maxUnavailablePercentage is required to have a value.The maximum number is 100.

Accessible with the following methods

Method Description
GET_MAXUNAVAILABLE() Getter for MAXUNAVAILABLE, with configurable default
ASK_MAXUNAVAILABLE() Getter for MAXUNAVAILABLE w/ exceptions if field has no valu
HAS_MAXUNAVAILABLE() Determine if MAXUNAVAILABLE has a value

maxUnavailablePercentage

The maximum percentage of nodes unavailable during a version update. This percentage of nodes are updated in parallel, up to 100 nodes at once. This value or maxUnavailable is required to have a value.

Accessible with the following methods

Method Description
GET_MAXUNAVAILABLEPERCENTAGE() Getter for MAXUNAVAILABLEPERCENTAGE, with configurable defau
ASK_MAXUNAVAILABLEPERCENTAGE() Getter for MAXUNAVAILABLEPERCENTAGE w/ exceptions if field h
HAS_MAXUNAVAILABLEPERCENTAGE() Determine if MAXUNAVAILABLEPERCENTAGE has a value