terraform-aws-eks
terraform-aws-eks copied to clipboard
Terraform module to create Amazon Elastic Kubernetes (EKS) resources πΊπ¦
## Description We deploy a couple of helm charts inside the same terraform state where the eks module is called. It works like a charm with access entries while creating...
## Description I tried adding one more node group to my existing cluster, but as soon as I try to add it , as the vpc and subnets and nat...
## Description Similarly to #2925 it is not possible to create a new EKS cluster with only CONFIG_MAP enabled for authentication. ````InvalidParameterException: bootstrapClusterCreatorAdminPermissions must be true if cluster authentication mode...
## Description I'm trying to upgrade my clusters to use v20, which all use the `aws-auth` configmap. But now, as `bootstrap_cluster_creator_admin_permissions` is fixed to `false`, even if I try setting...
## 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. - No π: please wait to...
## Description When we change `create_kms_key` from true to false, EKS should be recreated. However, currently, it doesn't make any changes and the plan results show 'No changes. Your infrastructure...
## Description [PR 2963](https://github.com/terraform-aws-modules/terraform-aws-eks/pull/2963) removes the SERVICE_IPV4_CIDR env var in the bootstrap user-data in preference for a --service-ipv4-cidr cli arg to the /etc/eks/bootstrap.sh. However, /etc/eks/bootstrap.sh doesn't support a --service-ipv4-cidr option....
We are facing a challenge to configure config_map We use gitlab runners running in a central AWS account to create/configure EKS clusters in a target account aws provider looks like...
## Description I am trying to create a new access entry. I am migrating from 19.20 -> 20.5.0 and so getting rid of config map entry and migrating to access...
## Description Every time when am updating the Kubernetes version, EKS module is replacing the OIDC thumbprint_list. ## Versions - Module version [Required]: 20.8.3 - Terraform version: 1.7.5 - Provider...