- 07 Nov, 2020 3 commits
-
-
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
-
- 12 Oct, 2020 3 commits
-
-
Thierno IB. BARRY authored
-
Thierno IB. BARRY authored
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.
-
senthil Vivekanandan authored
-
- 06 Oct, 2020 3 commits
-
-
Thierno IB. BARRY authored
-
Thierno IB. BARRY authored
-
Rich Lafferty authored
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.
-
- 05 Oct, 2020 3 commits
-
-
Guillaume GILL authored
NOTES: `credit_specification` for worker groups launch template can now be set to `null` so that we can use non burstable EC2 families
-
hacker65536 authored
feat: Add `load_balancers` parameter to associate a CLB (Classic Load Balancer) to worker groups ASG (#992)
-
Dawid Rogaczewski authored
-
- 04 Oct, 2020 4 commits
-
-
Abhinav Sonkar authored
-
Lorenzo Aiello authored
-
Thierno IB. BARRY authored
ci: Bump terraform pre-commit hook version and re-run terraform-docs with the latest version to fix the CI (#1033) * bump pre-commit hook version * re-run terraform-docs with the latest version
-
Thomas O'Neill authored
feat: Add AmazonEKSVPCResourceController to cluster policy to be able to set AWS Security Groups for pod (#1011) Co-authored-by:
Thomas O'Neill <toneill@new-innov.com>
-
- 08 Sep, 2020 1 commit
-
-
Daniel Piddock authored
Additional support for Terraform v0.13 and aws v3! - The update to the vpc module in examples was, strictly speaking, unnecessary but it adds the terraform block with supported versions. - Update for iam module in the example was very necessary to support new versions - Workaround for "Provider produced inconsistent final plan" when creating ASGs at the same time as the cluster. See https://github.com/terraform-providers/terraform-provider-aws/issues/14085 for full details. - Blacklist 0.13.0 as it was too strict when migrating from aws v2 to v3 about dropped attributes.
-
- 04 Sep, 2020 1 commit
-
-
Thierno IB. BARRY authored
-
- 02 Sep, 2020 1 commit
-
-
Anthony Dahanne authored
BREAKING CHANGES: Default for `cluster_endpoint_private_access_cidrs` is now `null` instead of `["0.0.0.0/0"]`. It makes the variable required when `cluster_create_endpoint_private_access_sg_rule` is set to `true`. This will force everyone who want to have a private access to set explicitly their allowed subnets for the sake of the principle of least access by default.
-
- 27 Aug, 2020 1 commit
-
-
Dawid Rogaczewski authored
-
- 14 Aug, 2020 4 commits
-
-
Daniel Piddock authored
BREAKING CHANGES: `cluster_version` variable is now required.
-
Thomas O'Neill authored
* Add example for lauch config with mixed lifecycles * Set what on-demand instance is * Tweak wording Co-authored-by:
Thomas O'Neill <toneill@new-innov.com> Co-authored-by:
Daniel Piddock <daniel.piddock@teamcmp.com>
-
Giuseppe Crinò authored
-
Jürgen W authored
Fix for: Error: Provider produced inconsistent final plan When expanding the plan for module.eks.random_pet.workers_launch_template[0] to include new values learned so far during apply, provider "registry.terraform.io/hashicorp/random" changed the planned action from CreateThenDelete to DeleteThenCreate.
-
- 12 Aug, 2020 2 commits
-
-
Daniel Piddock authored
Module used by an example does not allow use with 0.13 yet. Lock to latest version of 0.12. No 0.12 floating tag :(
-
Daniel Piddock authored
NOTES: Starting in v12.1.0 the `cluster_id` output depends on the `wait_for_cluster` null resource. This means that initialisation of the kubernetes provider will be blocked until the cluster is really ready, if the module is set to manage the aws_auth ConfigMap and user followed the typical Usage Example. kubernetes resources in the same plan do not need to depend on anything explicitly.
-
- 13 Jul, 2020 2 commits
-
-
Daniel Piddock authored
-
Daniel Piddock authored
NodeGroups, Fargate, EKS tagging, KMS
-
- 12 Jul, 2020 2 commits
-
-
Daniel Quackenbush authored
NOTES: Addition of the IMDSv2 metadata configuration block to Launch Templates will cause a diff to be generated for existing Launch Templates on first Terraform apply. The defaults match existing behaviour.
-
Michael Potter authored
-