Releases: cloudposse/terraform-aws-eks-node-group
Releases · cloudposse/terraform-aws-eks-node-group
0.4.2
0.4.1: Add optional variable to transmit "depends_on" dependency (#15)
Add module_depends_on
variable to allow user to force this module to wait for the creation of an arbitrary resource before creating the node group
0.4.0 Update cluster autoscaler. Add autoscaling policy
what
- Update cluster autoscaler
- Add autoscaling policy
- Add a boolean flag to "enable" the cluster autoscaler
why
- Allow the node group to autoscale the number of worker nodes
- The policy has permissions for autoscaling the number of worker nodes
0.3.0 Use splat syntax to return Node Group underlying resources
what
- Use splat syntax to return Node Group underlying resources
why
- Use splat syntax in outputs, it prevents errors when looking for resources which could not exist anymore, particularly during a destroy action
references
- https://discuss.hashicorp.com/t/empty-tuple-error-on-modules-that-are-disabled/4544
- hashicorp/terraform#22846
related
- Closes #7
0.2.0 Add `disk_size` to the example. Add tags for autoscaler
what
- Add
disk_size
to the example - Add tags for autoscaler
why
disk_size
was defined intfvars
but not provided to the example module- Even if you install
cluster-autoscaler
, without the tags autoscaling does not work
references
0.1.0 Initial implementation of `terraform-aws-eks-node-group`
what
- Initial implementation of
terraform-aws-eks-node-group
- Add
bats
andTerratest
- Add Codefresh test pipeline
why
- Provision an EKS Node Group for Elastic Container Service for Kubernetes