Closed rooty0 closed 2 years ago
This module has made the stance of ignoring the desired changes because of the predominant use of cluster autoscalers (cluster-autoscaler, karpenter, etc.). Therefore, changing the desired size after initial deployment has to be made outside of the module
thank you @bryantbiggs , can't believe I miss it in the documentation
no worries!
I'm going to lock this issue because it has been closed for 30 days β³. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
When I change
desired_size
ineks_managed_node_groups
nothing happens. It looks like it works when a new resource is created; this issue is related to when a resource is created, and you're trying to change the value.Versions
Terraform v1.2.3 on darwin_arm64 provider registry.terraform.io/hashicorp/aws v4.19.0 provider registry.terraform.io/hashicorp/cloudinit v2.2.0 provider registry.terraform.io/hashicorp/kubernetes v2.11.0 provider registry.terraform.io/hashicorp/random v3.3.1 provider registry.terraform.io/hashicorp/tls v3.4.0
EKS module version
18.26.3
(broken in18.24.1
as well)Reproduction Code [Required]
Steps to reproduce the behavior:
I'm using my workspace
us-west-2
I runterraform plan -out terraform.tfplan
Expected behavior
I'm expecting to see a change for
desired_size
, something likeActual behavior
getting
No changes. Your infrastructure matches the configuration.