Skip to content

/AWS1/CL_EKS=>UPDATENODEGROUPCONFIG()

About UpdateNodegroupConfig

Updates an Amazon EKS managed node group configuration. Your node group continues to function during the update. The response output includes an update ID that you can use to track the status of your node group update with the DescribeUpdate API operation. Currently you can update the Kubernetes labels for a node group or the scaling configuration.

Method Signature

IMPORTING

Required arguments:

IV_CLUSTERNAME TYPE /AWS1/EKSSTRING /AWS1/EKSSTRING

The name of your cluster.

IV_NODEGROUPNAME TYPE /AWS1/EKSSTRING /AWS1/EKSSTRING

The name of the managed node group to update.

Optional arguments:

IO_LABELS TYPE REF TO /AWS1/CL_EKSUPDLABELSPAYLOAD /AWS1/CL_EKSUPDLABELSPAYLOAD

The Kubernetes labels to apply to the nodes in the node group after the update.

IO_TAINTS TYPE REF TO /AWS1/CL_EKSUPDTAINTSPAYLOAD /AWS1/CL_EKSUPDTAINTSPAYLOAD

The Kubernetes taints to be applied to the nodes in the node group after the update. For more information, see Node taints on managed node groups.

IO_SCALINGCONFIG TYPE REF TO /AWS1/CL_EKSNODEGROUPSCACONFIG /AWS1/CL_EKSNODEGROUPSCACONFIG

The scaling configuration details for the Auto Scaling group after the update.

IO_UPDATECONFIG TYPE REF TO /AWS1/CL_EKSNODEGROUPUPDATECFG /AWS1/CL_EKSNODEGROUPUPDATECFG

The node group update configuration.

IV_CLIENTREQUESTTOKEN TYPE /AWS1/EKSSTRING /AWS1/EKSSTRING

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_EKSUPDNODEGROUPCFGRSP /AWS1/CL_EKSUPDNODEGROUPCFGRSP