Amazon EKS Construct Library
-
The AMI type for your node group.
The capacity type of the nodegroup.
Nodegroup.Builder.create(software.constructs.Construct scope,
String id)
The current number of worker nodes that the managed node group should maintain.
The root device disk size (in GiB) for your node group instances.
Force the update if the existing node group's pods are unable to be drained due to a pod disruption budget issue.
The instance types to use for your node group.
The Kubernetes labels to be applied to the nodes in the node group when they are created.
Launch template specification used for the nodegroup.
The maximum number of worker nodes that the managed node group can scale out to.
The maximum number of nodes unavailable at once during a version update.
The maximum percentage of nodes unavailable during a version update.
The minimum number of worker nodes that the managed node group can scale in to.
The IAM role to associate with your node group.
The AMI version of the Amazon EKS-optimized AMI to use with your node group (for example, 1.14.7-YYYYMMDD
).
The remote access (SSH) configuration to use with your node group.
The subnets to use for the Auto Scaling group that is created for your node group.
The metadata to apply to the node group to assist with categorization and organization.
The Kubernetes taints to be applied to the nodes in the node group when they are created.