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

## Is your request related to a problem? Please describe. #2121 added support for creating a KMS key, which is then used for secrets encryption. Now, users also might want...

enhancement
stale

## 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 βœ…. It's about functionality...

Network card index is a directive needed for ec2multicard instances like p4d/p4de/dl1 instance types. However this isnt supported in the eks submodule where you define the network interfaces. ``` module.eks.module.eks_managed_node_group["ng1"].aws_launch_template.this[0]...

question

## Description I get this error after upgrading module from 18.26.1 to 18.26.6, i think is due to the change in 18.26.1 β”‚ on .terraform/modules/k8s/modules/self-managed-node-group/main.tf line 366, in resource "aws_autoscaling_group"...

question
stale

Currently we supply custom max-pod values via `--kubelet-extra-args` kubelet reports that flag has been deprecated and config file should be used instead ``` Flag --max-pods has been deprecated, This parameter...

question

## Description tl;dr Amazon EC2 user data in launch templates that are used with EKS managed node groups must be in the MIME multi-part archive format. But setting the ``enable_bootstrap_user_data:...

question

## Description I have create an ipv6 cluster with coredns enabled. On deletion, I am getting this error ``` Error: error deleting IAM policy arn:aws:iam::774392577521:policy/AmazonEKS_CNI_IPv6_Policy: DeleteConflict: Cannot delete a policy...

question

I am trying to create EKS cluster using an external launch template and trying to add an additional security group as well to the worker nodes, but when I create...

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. - Not applicable ## Is your...

question
wip

## 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)? - Yes βœ…: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/autoscaling_group#load_balancers ## Is your request related...

enhancement