eks_update_nodegroup_config: Updates an Amazon EKS managed node group configuration

View source: R/eks_operations.R

eks_update_nodegroup_configR Documentation

Updates an Amazon EKS managed node group configuration

Description

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 describe_update API operation. Currently you can update the Kubernetes labels for a node group or the scaling configuration.

See https://www.paws-r-sdk.com/docs/eks_update_nodegroup_config/ for full documentation.

Usage

eks_update_nodegroup_config(
  clusterName,
  nodegroupName,
  labels = NULL,
  taints = NULL,
  scalingConfig = NULL,
  updateConfig = NULL,
  clientRequestToken = NULL
)

Arguments

clusterName

[required] The name of the Amazon EKS cluster that the managed node group resides in.

nodegroupName

[required] The name of the managed node group to update.

labels

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

taints

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.

scalingConfig

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

updateConfig

The node group update configuration.

clientRequestToken

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


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.