terraform-aws-eks-blueprints-addons icon indicating copy to clipboard operation
terraform-aws-eks-blueprints-addons copied to clipboard

Terraform module which provisions addons on Amazon EKS clusters

Results 52 terraform-aws-eks-blueprints-addons issues
Sort by recently updated
recently updated
newest added

### What does this PR do? Replaces deprecated `data.aws_region.current.name` with `data.aws_region.current.id` to fix AWS Provider v6 compatibility warnings. ### Motivation AWS Provider v6 deprecated the `name` attribute in favor of...

stale

### What does this PR do? Adds the permission `iam:ListInstanceProfiles`to the Karpenter IAM role, required for karpenter 1.7.0+: https://karpenter.sh/docs/upgrading/upgrade-guide/#upgrading-to-170 ### Motivation - Resolves https://github.com/aws-ia/terraform-aws-eks-blueprints-addons/issues/478 ### More - [ ] Yes,...

## Description #473 got closed for inactivity. The CSI Secret Store version from blueprint-addons is 0.3.11. However, the latest version from the [sig is at 1.5.x](https://github.com/kubernetes-sigs/secrets-store-csi-driver). Eventually, the addon may...

name - (Optional, Deprecated) Full name of the region to select. Use region instead. data.aws_region.current.name has been Deprecated [Here](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/region#:~:text=name%20%2D%20(Optional%2C%20Deprecated)%20Full%20name%20of%20the%20region%20to%20select.%20Use%20region%20instead.) ### What does this PR do? 🛑 Please open an issue...

### What does this PR do? With EKS v1.33 we have seen an issue where cluster_autoscaler wasn't working properly. Upgrading the helm chart to the latest version fixed it and...

stale

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

stale

### What does this PR do? Support Pod Identity for EKS add-ons. This is an alternative to IRSA available for many EKS add-ons such as VPC CNI, CloudWatch Observability, EBS-CSI,...

### What does this PR do? This fixes external-secrets use of `BatchGetSecretValue` by correcting the IAM policy in accordance with the [external-secrets documentation](https://external-secrets.io/v0.20.1/provider/aws-secrets-manager/#iam-policy) and [AWS docs](https://docs.aws.amazon.com/secretsmanager/latest/userguide/auth-and-access_iam-policies.html#auth-and-access_examples_batch). IAM permission `secretsmanager:BatchGetSecretValue` should...

## Description In our environment we have seen an access denied error using the IAM policy provided by this repo for the external secrets operator: ``` │ error getting all...

⚠️ WIP: depends on https://github.com/aws-ia/terraform-aws-eks-blueprints-addon/pull/42 being merged first ### What does this PR do? As requested in https://github.com/aws-ia/terraform-aws-eks-blueprints-addons/issues/452, this upgrades the Helm provider to v3. ### Motivation - Resolves #452...