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 Question - Are we going to be affected by this issue? https://repost.aws/questions/QUM2Zyd5KsT4yKV1qheHKaeQ/eks-upgrade-from-1-29-to-1-30 We've recently built 4 clusters using this module, currently on version 19.21.0 and running v1.29 in...

question

## Description It might be a duplicate of #2976 My `eks_managed_node_group` is : ```hcl infra = { name = "infrastructure" instance_types = ["t3.medium"] min_size = 1 desired_size = 1 max_size...

question

## Description I see 2 options to configure log rotations `containerLogMaxSize` and `containerLogMaxFiles` in kubernetes documentation. Could someone clarify what is the rightway to pass these settings to kubelet when...

question
stale

## Description When using a node group without EFA enabled and a placement group with cluster strategy, sometimes updates of the node group fail because the auto scaling group does...

## Description When using a node group *without EFA enabled* and a placement group with cluster strategy, updates of the node group fail because the auto scaling group does not...

stale

## Description Destroying EKS cluster might sometimes leave EKS created security group in an orphaned state in consequence blocking VPC destruction when `terraform destroy` has been interrupted. Might be related:...

question

## Description Trying out a basic kms + karpenter setup (copy pasted from the ./examples folder), in eu-west-3 (in case it matters). Everything works fine, besides the access/visibility of resources...

question

## Description Add posibility to pass `additional_cluster_dns_ips` for `self_managed` and `eks_managed` node groups in cluster module without directly calling a submodule. ## Motivation and Context In the #3051 was added...

## Description Terraform fails to read `aws_iam_session_context` data resource when you are running your Terraform code inside a private VPC in AWS as IAM has no service endpoint to attach:...

## Description I got the following error from Karpenter's logs when creating a new pod on an EKS cluster freshly created in the cn-northwest-1 region with Karpenter installed: ``` launching...