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 Hey is more question than bug report. Is there any way to make access_entires to EKS API based auth dynamically. My problem is that depends on input vars...

question

I am trying to figure out how configure an eks_managed_node_group (especially how to use a launch_configuration) I found this link: https://github.com/terraform-aws-modules/terraform-aws-eks?tab=readme-ov-file#input_eks_managed_node_groups which links to itself. That's not useful at all....

## Description We have a EKS terraform script that generates a EKS Cluster with a EKS Managed node group. Here is a code snippet of the node group section: ```...

question

## Description Since `v0.33`, karpenter recommends to stop using the `karpenter` namespace and deploy karpenter inside the `kube-system` instead. This change has been reflected during the introduction of #3031 ,...

stale
breaking change

## Description This PR prevents `helm_release.karpenter` from being upgraded each time of `terraform apply` even when the `main.tf` is unchanged ## Motivation and Context Currently `data.aws_ecrpublic_authorization_token` can invalidate `helm_release.karpenter` even...

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

question

## Is your request related to a problem? Please describe. During the upgrade from v0.37.x to v.1.0.0, the IAM permissions required by karpenter changed, so the policy changed. By adding...

question

## Description i have built an eks cluster with the latest version of the module and a helm chart on first apply. (im using jenkins in GKE to deploy AWS...

question
stale

I created a simple eks terrafrom template with managed eks node groups but the issue I am facing is that no resources are being created. I can see the eks...

question

## Description When updating the module from 20.17.2 to 20.24.0 (terraform 1.9.5, aws provider 5.64.0 ) and setting `enable_v1_permissions = true` i get the below plan: ``` # module.k8s.module.karpenter.aws_iam_policy.controller[0] will...

question