terraform-aws-eks
terraform-aws-eks copied to clipboard
Terraform module to create Amazon Elastic Kubernetes (EKS) resources πΊπ¦
## Description I have made all the changes; however, despite my best efforts, I am still getting the same error. Sometimes, there is no error it is just in a...
## Description Im running a mixed cluster with both linux and windows instances. My linux instances can resolve DNS normally, but the windows instances can't. When i search on the...
Today, in order to create `aws_iam_openid_connect_provider` to my EKS cluster I need to provide `thumbprint_list`. In order to retrieve the `thumbprint_list` I'll have to use the data source `tls_certificate` for...
## Description I am using provider tags as described in http://registry.terraform.io/providers/hashicorp/aws/latest/docs#default_tags-configuration-block. These tags don't get applied to the security groups, since they get created by EKS and not Terraform. Therefore...
## Description Currently the example `examples/complete/main.tf` shows a lot of features and it is hard to tell whether some of them are examples of possibilities vs best practice. Eg kms...
Receiving the below error intermittently (tried 5 times,got error 1 time) when running terraform code waiting for Auto Scaling Group (blu****-m****-***-workers20230601115340628700000021) capacity satisfied: 1 error occurred: Scaling activity (a05621db-3a62-56b5-a136-d05fb7b7a8f6): Failed:...
## Description The issue described in #2557 has not been explored fully, unless I grossly misunderstand it, in which case I apologize. I understand that the creation of clusters with...
## Description Upgraded from 18 to 19 and always I try a new apply even if there are no changes I got 5 new changes. ## Versions - Module version...
With latest hashicorp/aws v5.0.1 provider as well as latest terraform-aws-eks module, when I run terraform plan, I see this deprecated warning for aws addons: ``` Warning: Argument is deprecated with...
## Description To adopt pod security admission https://kubernetes.io/docs/concepts/security/pod-security-admission/ it would be good if there was functionality to add the required labels and levels to the 'system' namespaces (default, kube-*). ##...