Skip to content

Releases: cloudposse/terraform-aws-eks-node-group

0.4.2

18 Jun 17:17
e3a603c
Compare
Choose a tag to compare

PR #19

  • Ignore external changes to desired group size, closes #12
  • Use current "partition" in hard-coded ARNs, closes #16, thank you @woz5999
  • Remove erroneous assignment from README, closes #5, thank you @MPV

0.4.1: Add optional variable to transmit "depends_on" dependency (#15)

01 May 00:57
e248c50
Compare
Choose a tag to compare

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

19 Feb 17:48
68903da
Compare
Choose a tag to compare

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

22 Jan 15:49
Compare
Choose a tag to compare

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

related

  • Closes #7

0.2.0 Add `disk_size` to the example. Add tags for autoscaler

21 Jan 19:58
Compare
Choose a tag to compare

what

  • Add disk_size to the example
  • Add tags for autoscaler

why

  • disk_size was defined in tfvars 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`

09 Dec 23:14
610a538
Compare
Choose a tag to compare

what

  • Initial implementation of terraform-aws-eks-node-group
  • Add bats and Terratest
  • Add Codefresh test pipeline

why