Kevin Lefevre and GitHub
2e1651df86
feat: Create launch template for Managed Node Groups ( #1138 )
...
Signed-off-by: Kevin Lefevre <lefevre.kevin@gmail.com >
2021-04-19 22:40:37 +02:00
Anton Babenko
64b3916fd0
Updated CHANGELOG
2021-04-16 12:43:20 +02:00
Anton Babenko and GitHub
ffdc7a79a5
fix: Fixed list and map usage ( #1307 )
2021-04-16 12:43:02 +02:00
Anton Babenko
eafc4582e7
Updated CHANGELOG
2021-04-16 10:00:28 +02:00
Tjeu Kayim and GitHub
2a6f07a0e8
fix: Updated code and version requirements to work with Terraform 0.15 ( #1165 )
2021-04-16 09:56:37 +02:00
Thierno IB. BARRY and GitHub
a26c9fd0c9
chore: update changelog ( #1203 )
2021-01-29 00:36:49 +01:00
Thierno IB. BARRY and GitHub
a8c402bb0e
docs: Update changelog generation to use custom sort with git-chglog v0.10.0 ( #1202 )
2021-01-29 00:30:05 +01:00
myoung34 and GitHub
84a3761742
improvement: Dont set -x in userdata to avoid printing sensitive informations in logs ( #1187 )
2021-01-28 23:54:38 +01:00
Sean P. Kane and GitHub
4fc609bd22
feat: Add nitro enclave support for EKS ( #1185 )
2021-01-28 23:45:41 +01:00
lukemarsden and GitHub
6c08a92463
docs: Bump IRSA example dependencies to versions which work with TF 0.14 ( #1184 )
2021-01-28 23:37:45 +01:00
oscr and GitHub
357e647ed5
docs: Change instance type from t2 to t3 in examples ( #1169 )
2021-01-28 23:26:35 +01:00
Peter Parada and GitHub
8912ae9a8b
docs: Fix typos in README and CONTRIBUTING ( #1167 )
2021-01-28 23:22:53 +01:00
Suresh Kumar Nalluru and GitHub
d48ff6dccb
feat: Add support for service_ipv4_cidr for the EKS cluster ( #1139 )
2021-01-28 23:14:53 +01:00
Jonathan Cole and GitHub
8978997bb1
feat: Add the SPOT support for Managed Node Groups ( #1129 )
...
BREAKING CHANGES: To add add SPOT support for MNG, the `instance_type` is now a list and renamed as `instance_types`. This will probably rebuild existing Managed Node Groups.
2021-01-28 23:08:29 +01:00
Jay and GitHub
76537d1b8d
feat: Use gp3 as default as it saves 20% and is more performant ( #1134 )
...
BREAKING CHANGES: The default root volume type is now `gp3` as it saves 20% and is more performant
2021-01-28 22:52:10 +01:00
Jonas Chevalier and GitHub
576aa293f5
feat: Allow the overwrite of subnets for Fargate profiles ( #1117 )
...
NOTES: The EKS cluster can be provisioned with both private and public subnets. But Fargate only accepts private ones. This new variable allows to override the subnets to explicitly pass the private subnets to Fargate and work around that issue.
2021-01-28 22:46:53 +01:00
Lena-nfb and GitHub
65777d0a37
fix: Merge tags from Fargate profiles with common tags from cluster ( #1159 )
2020-12-23 13:08:19 +01:00
nitro and GitHub
618019e331
docs: Make it more obvious that var.cluster_iam_role_name will allow reusing an existing IAM Role for the cluster. ( #1133 )
2020-12-23 11:13:01 +01:00
Masih H. Derkani and GitHub
5d90c8fa7a
docs: Fixes typo in variables description ( #1154 )
2020-12-22 16:50:04 +01:00
Siddarth Prakash and GitHub
7d6e672303
feat: Add support for throughput parameter for gp3 volumes ( #1146 )
2020-12-22 16:26:47 +01:00
svaranasi-traderev and GitHub
ccacc17792
feat: Add customizable Auto Scaling Group health check type ( #1118 )
2020-12-22 11:55:43 +01:00
Ryan and GitHub
b0f51fdbe5
feat: Add permissions boundary to fargate execution IAM role ( #1108 )
2020-12-22 11:43:08 +01:00
Thierno IB. BARRY and GitHub
ea2f6982d5
chore: Fix terraform format for TF 0.14 ( #1157 )
2020-12-22 11:32:13 +01:00
Eric Herot and GitHub
942a88e18f
docs: Fix a typo in the aws-auth section of the README ( #1099 )
2020-12-22 10:27:38 +01:00
Thierno IB. BARRY and GitHub
e4520d2c2e
chore: update changelog ( #1097 )
2020-11-12 11:03:46 +01:00
Thierno IB. BARRY and GitHub
e5d26e1dcc
docs: Clarify usage of both AWS-Managed Node Groups and Self-Managed Worker Groups ( #1094 )
2020-11-12 10:53:37 +01:00
huddy and GitHub
63217467a9
improvement: Tags passed into worker groups should also be excluded from Launch Template tag specification ( #1095 )
2020-11-12 10:17:55 +01:00
huddy and GitHub
43101979ef
fix: Don’t add empty Roles ARN in aws-auth configmap, specifically when no Fargate profiles are specified ( #1096 )
2020-11-12 09:48:53 +01:00
Thierno IB. BARRY and GitHub
669736f71b
chore: update changelog ( #1093 )
2020-11-07 23:10:37 +01:00
0d77e30075
feat: Add EKS Fargate support ( #1067 )
...
Co-authored-by: Simon Gurcke <simon@gurcke.de >
Co-authored-by: Daniel Piddock <33028589+dpiddockcmp@users.noreply.github.com >
2020-11-07 23:03:12 +01:00
Thierno IB. BARRY and GitHub
571da60aea
fix: Change the default launch_template_id to null for Managed Node Groups ( #1088 )
2020-11-07 22:29:24 +01:00
huddy and GitHub
bba7c151c8
feat: Tags passed into worker groups override tags from var.tags for Autoscaling Groups ( #1092 )
...
NOTES: Tags that are passed into `var.worker_groups_launch_template` or `var.worker_groups` now override tags passed in via `var.tags` for Autoscaling Groups only. This allow ASG Tags to be overwritten, so that `propagate_at_launch` can be tweaked for a particular key.
2020-11-07 22:20:22 +01:00
Brannon Dorsey and GitHub
3cb8fa3d87
docs: Fix IRSA example when deploying cluster-autoscaler from the latest kubernetes/autoscaler helm repo ( #1090 )
2020-11-07 14:28:52 +01:00
Pranas Kiziela and GitHub
fc40053c0c
docs: Explain node_groups and worker_groups difference in FAQ ( #1081 )
2020-11-03 17:02:13 +01:00
Ary Kleinerman and GitHub
e8a060f5ae
docs: Update autoscaler installation in IRSA example ( #1063 )
2020-11-02 22:11:58 +01:00
Thierno IB. BARRY and GitHub
3379e5982f
chore: update changelog ( #1080 )
2020-11-02 08:42:10 +01:00
Thierno IB. BARRY and GitHub
571e4e7f4b
chore: Use # for comments. It's the recommended way to start comment and it's more idiomatic ( #1079 )
2020-11-02 08:35:12 +01:00
philicious and GitHub
127a3a8831
feat: Add Launch Template support for Managed Node Groups ( #997 )
...
NOTES: Managed Node Groups now support Launch Templates. The Launch Template it self is not managed by this module, so you have to create it by your self and pass it's id to this module. See docs and [`examples/launch_templates_with_managed_node_groups/`](https://github.com/terraform-aws-modules/terraform-aws-eks/tree/master/examples/launch_templates_with_managed_node_group ) for more details.
2020-11-02 08:19:10 +01:00
Ken Kaizu and GitHub
62a8f46ba7
feat: Add cloudwatch_log_group_arn to outputs ( #1071 )
2020-10-29 01:17:17 +01:00
Thierno IB. BARRY and GitHub
58f753e9f8
ci: Use ubuntu-latest instead of MacOS for docs checks ( #1074 )
2020-10-29 01:13:43 +01:00
Paul Pop and GitHub
ca7593a6db
fix: The type of the output cloudwatch_log_group_name should be a string instead of a list of strings ( #1061 )
...
NOTES: The output `cloudwatch_log_group_name` was incorrectly returning the log group name as a list of strings. As a workaround, people were using `module.eks_cluster.cloudwatch_log_group_name[0]` but that was totally inconsistent with output name. Those users can now use `module.eks_cluster.cloudwatch_log_group_name` directly.
2020-10-28 22:37:21 +01:00
Guillaume GILL and GitHub
751c422330
feat: Add kubernetes standard labels to avoid manual mistakes on the managed aws-auth configmap ( #989 )
2020-10-25 15:14:50 +01:00
Thierno IB. BARRY and GitHub
c7f88997d1
ci: Fix GitHub Actions CI macOS build errors ( #1065 )
...
Temporary fix for https://github.com/actions/virtual-environments/issues/1811
2020-10-25 15:07:22 +01:00
Thierno IB. BARRY and GitHub
d97edde9cd
fix: Use splat syntax to avoid errors during destroy with an empty state ( #1041 )
2020-10-12 21:59:29 +02:00
Thierno IB. BARRY and GitHub
c75fbb0164
fix: Fix cycle error during the destroy phase when we change workers order ( #1043 )
...
NOTES: Keep in mind that changing the order of workers group is a destructive operation. All workers group are destroyed and recreated. If you want to do this safely, you should move then in state with `terraform state mv` until we manage workers groups as maps.
2020-10-12 21:50:22 +02:00
senthil Vivekanandan and GitHub
c54ce911dc
fix: Set IAM Path for cluster_elb_sl_role_creation IAM policy ( #1045 )
2020-10-12 13:51:28 +02:00
Thierno IB. BARRY and GitHub
094e363362
fix: Use the amazon ImageOwnerAlias for worker ami owner instead of owner id ( #1038 )
2020-10-06 14:26:50 +02:00
Thierno IB. BARRY and GitHub
d6f3a4265f
chore: update changelog for v13.0.0 release ( #1034 )
2020-10-06 09:39:11 +02:00
Rich Lafferty and GitHub
c799fecd85
fix: Use customer managed policy instead of inline policy for cluster_elb_sl_role_creation ( #1039 )
...
NOTE: The usage of customer managed policy, not an inline policy, for the `cluster_elb_sl_role_creation policy` is common for "enterprise" AWS users to disallow inline policies with an SCP rule for auditing-related reasons, and this accomplishes the same thing.
2020-10-06 09:24:22 +02:00
Guillaume GILL and GitHub
93614b329d
improvement: Make the cpu_credits optional for workers launch template ( #1030 )
...
NOTES: `credit_specification` for worker groups launch template can now be set to `null` so that we can use non burstable EC2 families
2020-10-05 15:24:47 +02:00