Commit Graph

8 Commits

Author SHA1 Message Date
Sungho Spark
752c183678 fix: Worker security group handling when worker_create_security_group=false (#1461) 2021-09-06 13:40:50 +02:00
nikitacr7
7512f171c9 feat: Add ability to tag network-interface using Launch Template (#1563) 2021-09-06 11:25:31 +02:00
Aidan Mundy
cb0e677364 fix: Allow instance Name tag to be overwritten (#1538) 2021-08-26 10:16:23 +02:00
Jaime Hidalgo García
d17007b542 fix: Fixed launch template version infinite plan issue and improved rolling updates (#1447) 2021-08-25 16:54:29 +02:00
Ryan White
6067290c0e feat: Support for encrypted root disk in node_groups (#1428) 2021-08-25 15:22:53 +02:00
Ryan White
3b1229837a feat: Enable ebs_optimized setting for node_groups (#1459) 2021-08-25 15:21:08 +02:00
Thierno IB. BARRY
65f5e2e497 fix: Don't add tags on network interfaces because it's not supported yet in terraform-provider-aws (#1407) 2021-05-28 16:49:15 +02:00
Thierno IB. BARRY
6d7d6f6f5a feat: Drop random pets from Managed Node Groups (#1372)
BREAKING CHANGES: We now decided to remove `random_pet` resources in Managed Node Groups (MNG). Those were used to recreate MNG if something change and also simulate the newly added argument `node_group_name_prefix`. But they were causing a lot of troubles. To upgrade the module without recreating your MNG, you will need to explicitly reuse their previous name and set them in your MNG `name` argument. Please see [upgrade docs](https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/docs/upgrades.md#upgrade-module-to-v1700-for-managed-node-groups) for more details.
2021-05-28 01:50:16 +02:00