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
trafficstars

## Description This issue is mainly related to the submodule [eks-managed-node-group](https://registry.terraform.io/modules/terraform-aws-modules/eks/aws/latest/submodules/eks-managed-node-group). We use `ami_type = "BOTTLEROCKET_x86_64"` coupled with `cluster_version` and `ami_release_version` variables. The `ami_release_version` is configured for us in a...

question

## Description I'm migrating existing clusters to this module which do not use a secondary cluster security group. When specifying `create_cluster_security_group=false` all `aws_security_group_rule.node` are generated with an empty `source_security_group_id`, which...

stale

https://github.com/terraform-aws-modules/terraform-aws-eks/pull/3384 blocked the use of aws v6. This is understandable: this issue is to track the blocking issue that prevent the use of aws v6 when using this module.

## Description With version 6 of the AWS provider it drops support for `elastic_gpu_specifications` and `elastic_inference_accelerator`. These blocks are no longer supported by AWS and have reached end of life...

Hello, this is somewhat the same as https://github.com/terraform-aws-modules/terraform-aws-eks/issues/3155. As https://github.com/terraform-aws-modules/terraform-aws-eks/issues/3155#issuecomment-2352537407, https://github.com/terraform-aws-modules/terraform-aws-eks/issues/3190#issuecomment-2441014651 and https://github.com/terraform-aws-modules/terraform-aws-eks/pull/3157#issuecomment-2354223484 state, both of the service principals are required in China - without both of them, the error...

stale

I had a previous ticket #3257 opened with code using the module which was unproducible for the team so I have stripped a lot of it down for it to...

question
stale

## Description Option to pass extra ARNs that can be used as instance profiles to Karpenter's policy. Fixes Issue #3371 ## Motivation and Context When creating a cluster with a...

## Description According to aws docs https://docs.aws.amazon.com/eks/latest/userguide/hybrid-nodes-cluster-update.html it is possible to enable EKS hybrid nodes on an existing cluster as such, we created a new EKS v1.31 cluster without hybrid...

upstream blocker

## 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 βœ…: changing IMDS options...

breaking change
stale

## Description It would seem that `cloudinit_post_nodeadm` content can not depend on resources that terraform needs to create. Doing so results in a `Invalid count argument` error. Below is an...

question