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 This change adds additional checks for `platform == "windows"` on both `local.node_iam_role_arns_non_windows` and `local.node_iam_role_arns_windows`. The additional validation in `local.node_iam_role_arns_windows` ensures that the correct configurations are added to `aws-auth`....

## Description I am trying to deploy an EKS self_managed_node_group cluster and install some services using pre_bootstrap_user_data but some pre-defined commands are causing the installation to fail. This is my...

question

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

wip

## Is your request related to a new offering from AWS? - Yes - https://aws.amazon.com/about-aws/whats-new/2022/12/amazon-eks-automated-provisioning-lifecycle-management-windows-containers/ - https://github.com/aws/containers-roadmap/issues/584#issuecomment-1353809239 ## Is your request related to a problem? Please describe. ## Describe the...

enhancement
wip

## Description EKS `cluster_addons` take forever to actually create, if I click in the console it takes about 5-10 minutes, but with this particular terrafrom module it seems like it...

question

## Is your request related to a problem? Please describe. I'm working on IRSA and I'm getting this **Error: creating IAM OIDC Provider: InvalidInput: Thumbprint list must contain fewer than...

## Description While I am trying to provision a net new cluster, I am getting β•· β”‚ Error: Post "https://xxxxxx/api/v1/namespaces/kube-system/configmaps": dial tcp 192.168.20.250:443: i/o timeout and β”‚ with module.eks.kubernetes_config_map.aws_auth[0], β”‚...

stale
upstream blocker

## Description In the latest versions of this module, the `aws-auth` ConfigMap is manipulated, but there is no mechanism that waits for the cluster to be ready to accept connections....

breaking change
upstream blocker

## Description se esta implementando un eks con nodos administrados pero s iempre falla por favor revisar o dar una solucion adjunto codigo y el error que sale Steps to...

breaking change
upstream blocker

I'm opening this issue as the previous one https://github.com/terraform-aws-modules/terraform-aws-eks/issues/1234 has been closed with no any proper answer given. I have an EKS project that was working fine before 2 months....

question