github cloudposse/terraform-aws-eks-node-group 2.4.0
v2.4.0

latest releases: v3.1.0, v3, 3.0.1...
2 years ago

With this release, we end the use of pre-production (version 0.x) Semantic Versions for this module. Earlier releases have been re-released to make upgrading using semantic versions possible.

This release has a change that may trigger an update. The ebs_optimized input was added in v2.2.0 (and v0.27.2) with a default value of false. In this release, we change the default value to true, which is the value recommended by AWS and is the default value for most instance types.

Although this release contains a fix to generate the correct values for the tags (with keys of the form k8s.io/cluster-autoscaler/node-template/taint/$TAINT) that give a hint to the Cluster Auto Scaler about what taints would be applied to nodes when launched (prior to his release, the tag values were invalid), the tags are only effective when applied to the auto scaling group controlling the node group, and even with this release, this module still does not apply the tags to the auto scaling group. See aws/containers-roadmap#608 for more details.

Other changes:

  • Add updated documentation for migration to V2.0.0
  • Add tags to the output, supersedes and closes #112, closes #111
  • Fix the tag value for Auto Scaler tags that indicate taints

For details, see PR #118

Don't miss a new terraform-aws-eks-node-group release

NewReleases is sending notifications on new releases.