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
When desired_node_count input variable is changed this does not lead to change in the backing autoscaling group, thus making it impossible to increase the desired number of nodes deployed into cluster via GitOps.
Steps to reproduce the behavior
Generate a clone of this repository for yourself
In clone repository change the main.tf looks like:
Summary
When desired_node_count input variable is changed this does not lead to change in the backing autoscaling group, thus making it impossible to increase the desired number of nodes deployed into cluster via GitOps.
Steps to reproduce the behavior
Clone the repository localy
Execute
terraform init
andterraform apply
and approveChange the main.tf so that
desired_node_count=3
Execute
terraform apply
Observe that no changes are made to autoscaling group.
Expected behavior
Changes to
desired_node_count
are propagated the autoscaling group used by the EKS clusterActual behavior
Changes to
desired_node_count
do not result in changes to the autoscaling group.Terraform version
Terraform v0.13.2
Module version
1.15.2
Operating system
Linux Ubuntu
The text was updated successfully, but these errors were encountered: