terraform-aws-eks
terraform-aws-eks copied to clipboard
Terraform module to create Amazon Elastic Kubernetes (EKS) resources πΊπ¦
## Is your request related to a new offering from AWS? Is this functionality available in the [AWS provider for Terraform](https://registry.terraform.io/providers/hashicorp/aws/latest/docs)? See [CHANGELOG.md](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md), too. - Yes β : please list the...
## Description When adding a dependency from another module to build the pre_bootstrap_user_data I'm getting the following error: β Error: Invalid count argument β β on .terraform/modules/downstream-clusters-EKS.eks/modules/_user_data/main.tf line 67, in...
## Is your request related to a new offering from AWS? Is this functionality available in the [AWS provider for Terraform](https://registry.terraform.io/providers/hashicorp/aws/latest/docs)? See [CHANGELOG.md](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md), too. - Yes β : please list the...
## Description Updating the documentation for the `create` variable to be more accurate. ## Motivation and Context The current description string is confusing since the variable doesn't seem to control...
## Description Since v0.32 Karpenter allows to specify a different role for each [nodeClass](https://karpenter.sh/v0.32/concepts/nodeclasses/#specrole). Since this means that you may have >1 role, the IRSA should have the `Passrole` action...
## Is your request related to a new offering from AWS? In the latest version of AWS provider 5.26.0 was added support for `instance_maintenance_policy` which controls how many instance should...
## Description Following up on https://github.com/terraform-aws-modules/terraform-aws-eks/issues/2678 as this just effectively locked us out of all our clusters. Having [kms_key_enable_default_policy](https://github.com/terraform-aws-modules/terraform-aws-eks/blob/0a17f655fb7da00640627ed9255f1d96e42fcfd7/variables.tf#L161C11-L161C40) set to `false` by default can cause permanent lockouts if the...
## Is your request related to a new offering from AWS? Is this functionality available in the [AWS provider for Terraform](https://registry.terraform.io/providers/hashicorp/aws/latest/docs)? See [CHANGELOG.md](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md), too. - No π: please wait to...
## Description I have EKS on version "18.29.0" and need to upgrade to the latest. I created launch template: ``` resource "aws_launch_template" "play_k8s_apps" { name_prefix = "play-k8s-apps-" image_id = "ami-04bf865d65956a33a"...
## Description Adding a new nodeGroup to an existing EKS cluster changes the aws-auth in an undesired way, it removed existing roles for the configmap:  - [X] β I...