Commit Graph

15 Commits

Author SHA1 Message Date
Steve Hipwell
949bebe5bc feat: Improve managed node group bootstrap revisited (#1577) 2021-11-02 10:56:44 +01:00
Steve Hipwell
7c335546d6 fix: MNG cluster datasource errors (#1639) 2021-10-14 09:47:27 +02:00
Dawid Rogaczewski
54a5f1e42b fix: bug with data source in managed groups submodule (#1633) 2021-10-12 12:45:41 +02:00
Steve Hipwell
f198efd2c4 feat: Fix custom AMI bootstrap (#1580) 2021-10-08 16:41:10 +02:00
Junaid Ali
b177806614 feat: Enable throughput & iops configs for managed node_groups (#1584) 2021-10-07 15:19:23 +02:00
Maxime Brunet
a1d959edef feat: Add metadata_options for node_groups (#1485) 2021-09-08 19:24:47 +02:00
Andrii Barabash
1d322ebe3f feat: Added custom AMI support for managed node groups (#1473) 2021-09-08 18:51:20 +02:00
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