terraform-aws-eks
terraform-aws-eks copied to clipboard
Terraform module to create Amazon Elastic Kubernetes (EKS) resources πΊπ¦
## 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...
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: ```...
## 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 ,...
## 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...
## 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...
## 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...
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...
## 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...