- 09 May, 2021 1 commit
-
-
michaelguarino authored
-
- 12 Apr, 2021 1 commit
-
-
michaelguarino authored
-
- 28 Jan, 2021 11 commits
-
-
Thierno IB. BARRY authored
-
Thierno IB. BARRY authored
-
myoung34 authored
-
Sean P. Kane authored
-
lukemarsden authored
-
oscr authored
-
Peter Parada authored
-
Suresh Kumar Nalluru authored
-
Jonathan Cole authored
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.
-
Jay authored
BREAKING CHANGES: The default root volume type is now `gp3` as it saves 20% and is more performant
-
Jonas Chevalier authored
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.
-
- 23 Dec, 2020 2 commits
- 22 Dec, 2020 6 commits
-
-
Masih H. Derkani authored
-
Siddarth Prakash authored
-
svaranasi-traderev authored
-
Ryan authored
-
Thierno IB. BARRY authored
-
Eric Herot authored
-
- 12 Nov, 2020 4 commits
-
-
Thierno IB. BARRY authored
-
Thierno IB. BARRY authored
-
huddy authored
improvement: Tags passed into worker groups should also be excluded from Launch Template tag specification (#1095)
-
huddy authored
fix: Don’t add empty Roles ARN in aws-auth configmap, specifically when no Fargate profiles are specified (#1096)
-
- 07 Nov, 2020 5 commits
-
-
Thierno IB. BARRY authored
-
Thierno IB. BARRY authored
Co-authored-by:
Simon Gurcke <simon@gurcke.de> Co-authored-by:
Daniel Piddock <33028589+dpiddockcmp@users.noreply.github.com>
-
Thierno IB. BARRY authored
-
huddy authored
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.
-
Brannon Dorsey authored
docs: Fix IRSA example when deploying cluster-autoscaler from the latest kubernetes/autoscaler helm repo (#1090)
-
- 03 Nov, 2020 1 commit
-
-
Pranas Kiziela authored
-
- 02 Nov, 2020 4 commits
-
-
Ary Kleinerman authored
-
Thierno IB. BARRY authored
-
Thierno IB. BARRY authored
chore: Use `#` for comments. It's the recommended way to start comment and it's more idiomatic (#1079)
-
philicious authored
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.
-
- 29 Oct, 2020 2 commits
-
-
Ken Kaizu authored
-
Thierno IB. BARRY authored
-
- 28 Oct, 2020 1 commit
-
-
Paul Pop authored
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.
-
- 25 Oct, 2020 2 commits
-
-
Guillaume GILL authored
feat: Add kubernetes standard labels to avoid manual mistakes on the managed `aws-auth` configmap (#989)
-
Thierno IB. BARRY authored
Temporary fix for https://github.com/actions/virtual-environments/issues/1811
-