You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name ="count.index"# Name of the worker group. Literal count.index will never be used but if name is not set, the count.index interpolation will be used.
52
-
tags = [] # A list of map defining extra tags to be applied to the worker group autoscaling group.
52
+
tags = [] # A list of maps defining extra tags to be applied to the worker group autoscaling group and volumes.
53
53
ami_id =""# AMI ID for the eks linux based workers. If none is provided, Terraform will search for the latest version of their EKS optimized worker AMI based on platform.
54
54
ami_id_windows =""# AMI ID for the eks windows based workers. If none is provided, Terraform will search for the latest version of their EKS optimized worker AMI based on platform.
55
55
asg_desired_capacity ="1"# Desired worker capacity in the autoscaling group and changing its value will not affect the autoscaling group's desired capacity because the cluster-autoscaler manages up and down scaling of the nodes. Cluster-autoscaler add nodes when pods are in pending state and remove the nodes when they are not required by modifying the desired_capacity of the autoscaling group. Although an issue exists in which if the value of the asg_min_size is changed it modifies the value of asg_desired_capacity.
0 commit comments