Skip to content

modules/eks-cluster - desired_size value not being picked up by EKS #127

Answered by zackproser
zackproser asked this question in Help
Discussion options

You must be logged in to vote

Yes this is expected. The desired size attribute is setup in this manner so that it can avoid inadvertent terraform drift when using with the cluster autoscale. If you are going for a manual scaling system and not using the cluster autoscaler, the recommendation is to set the min_size and max_size to the same value and scale that way.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by zackproser
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment