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

## Description Upgrade doc doesn't work as state of IAM role has been changed ## Motivation and Context This is discussed in https://github.com/terraform-aws-modules/terraform-aws-eks/issues/1744, but the doc doesn't mention this important...

wip

Relates to: https://github.com/terraform-aws-modules/terraform-aws-eks/issues/1385#issuecomment-990100231 ## Is your request related to a problem? Please describe. I manage kubernetes clusters, some deployments like `kube-proxy` are (strangely) not managed by EKS by default. Like,...

wip
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. - Yes βœ…: 4.10.0 ## Describe...

on hold
breaking change

## Description We are creating multiple clusters using same set of terraform files and variable values for each one of them is set using `tfvar` files. Each of our clusters...

bug
breaking change

## Is your request related to a new offering from AWS? Yes, see: https://aws.amazon.com/blogs/aws/new-attribute-based-instance-type-selection-for-ec2-auto-scaling-and-ec2-fleet/ https://docs.aws.amazon.com/autoscaling/ec2/userguide/create-asg-instance-type-requirements.html The feature is not yet implemented in the Terraform AWS provider, see corresponding issue: https://github.com/hashicorp/terraform-provider-aws/issues/21566...

enhancement
wip
upstream blocker

## Versions - Module version [Required]: 18.29.0 - Terraform version: Terraform v1.2.6 - Provider version(s): provider registry.terraform.io/hashicorp/aws v4.9.0 ## Reproduction Code [Required] https://github.com/terraform-aws-modules/terraform-aws-eks/blob/57bb667f20e072bb1a6ca1ffa9beef6052895acb/node_groups.tf#L3-L5 Setting `http_tokens=required` is forcing usage of IMDSv2...

question

Hi, I am using an older version, i.e. 17.20.0 of this module. Currently, updating the module would take to long and I need a short-term patch to restrict the security...

question

## Description Fixes issue #2235 ; configure the output of image id to be the real output of the launch_template ## Motivation and Context #2235 ## Breaking Changes If a...

## Description - Add `aws_auth_configmap_prevent_destroy` ## Motivation and Context I want to avoid destroying the config map by mistake by toggling an input ## Breaking Changes None ## How Has...

## Description I am using an almost exact copy of the managed_nodes example found here: https://github.com/terraform-aws-modules/terraform-aws-eks/tree/master/examples/eks_managed_node_group When I run apply it takes roughly an hour and then will time out...

question