terraform-aws-eks
terraform-aws-eks copied to clipboard
Terraform module to create Amazon Elastic Kubernetes (EKS) resources πΊπ¦
## Description This PR is to allow requests from the kube-apiserver to the MutatingWebHook of the Virtual Pod Autoscaler ## Motivation and Context Since the VirtualPodAutoscaler is a standard and...
## 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 β : Support added in...
## Versions - Module version [Required]: 19.16.0 - Terraform version: 1.6.4 - Provider version(s): "hashicorp/kubernetes" version = "2.23.0" ## Reproduction Code [Required] provider "kubernetes" { alias = "atlantiseks" host =...
## Description ## Motivation and Context - Resolves #2525 - Resolves #2541 - Resolves #2635 - Resolves #2733 - Resolves #2809 - Resolves #2816 - Resolves #2848 - Resolves #2850...
## 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 β : please list the...
## Is your request related to a problem? Please describe. We are porting Karpenter module from the old blueprints v4 to this module submodule, but the IRSA IAM policy is...
## Is your request related to a new offering from AWS? irrelevant ## Is your request related to a problem? Please describe. The combination of the following things causes people...
## Description ## Motivation and Context ## Breaking Changes ## How Has This Been Tested? - [ ] I have updated at least one of the `examples/*` to demonstrate and...
## Description I'm trying to upgrade my eks module from v17.24 to 18. There are a lot of breaking changes and I'm loosing connection to the cluster when triying to...
## Description In `terraform-aws-eks/modules/eks-managed-node-group/main.tf`, resource `aws_iam_role_policy_attachment.additional` is missing an ordering constraint that it's sibling `aws_iam_role_policy_attachment.this` has. See this statement: https://github.com/terraform-aws-modules/terraform-aws-eks/blob/v19.21.0/modules/eks-managed-node-group/main.tf#L290 Then see that there's a sibling `resource "aws_iam_role_policy_attachment" "additional"` that...