terraform-aws-eks icon indicating copy to clipboard operation
terraform-aws-eks copied to clipboard

Terraform module to create Amazon Elastic Kubernetes (EKS) resources πŸ‡ΊπŸ‡¦

Results 157 terraform-aws-eks issues
Sort by recently updated
recently updated
newest added

## 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...

wip

## 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...

breaking change

## 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...

breaking change

## 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...

breaking change

## 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...

breaking change

## 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"...

wip

## 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: ![image](https://github.com/terraform-aws-modules/terraform-aws-eks/assets/42014588/dd5a0dc5-392d-4263-8332-be5424239e25) - [X] βœ‹ I...