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

Hello I try to used a launch template for my eks node-group, in this launch_template I set user-data with a script that worked when I create through aws GUI. `...

## Description I'mm trying to create an access entry that uses only K8s groups and I do not want to associate an access policy. The module seems to fail to...

## Description Can't create outposts cluster. This is due https://github.com/terraform-aws-modules/terraform-aws-eks/blob/v20.2.1/main.tf#L43 cannot be changed. Error message is like: Error: creating EKS Cluster (): operation error EKS: CreateCluster, https response error StatusCode:...

stale
upstream blocker

So I'm setting `enable_cluster_creator_admin_permissions = true` to allow the TF role assumed to continue to create resources on the cluster. I was doing this with the old config-maps adding this...

question

## Description After updating cluster from v19 to v20 with switching to `API_AND_CONFIG_MAP` auth mode, cluster cannot launch new Fargate pods. New clusters with `API_AND_CONFIG_MAP` mode cannot launch Fargate as...

upstream blocker

## Description Hi, I have configured an IAM user with Administrator permissions on my local system. I am trying to the self-managed example. During the deployment i am getting this...

## Description - Add support for AL2023 `nodeadm` user data ## Motivation and Context - Ref https://github.com/awslabs/amazon-eks-ami/issues/1678 ## Breaking Changes - No ## How Has This Been Tested? - [x]...

## Description I have two (eks, eks-home) clusters I am setting up, one using the VPC from the included VPC module, the other using VPC and Subnets imported from existing...

question

## Description When the karpenter example is applied, karpenter pods are pending because of taints. When changed the karpenter helm values, it works: ``` resource "helm_release" "karpenter" { # values...

question

## Description I've a cluster deployed using v19.21.0 of EKS module. The colleague of mine assigned me a new network to use as Service IPv4 Range, so i'm adding the...

question