-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Open
Labels
enhancementRequests to existing resources that expand the functionality or scope.Requests to existing resources that expand the functionality or scope.service/eksIssues and PRs that pertain to the eks service.Issues and PRs that pertain to the eks service.
Description
Description
EKS Addon now support configuring namespace https://aws.amazon.com/about-aws/whats-new/2025/08/amazon-eks-namespace-configuration-addons/
We should:
- Expose this feature for
aws_eks_addon
- Namespace cannot be updated. Can only be remove and recreate as announced
Affected Resource(s) or Data Source(s)
aws_eks_addon
Potential Terraform Configuration
resource "aws_eks_addon" "example" {
namespace = "my-namespace"
}
References
https://aws.amazon.com/about-aws/whats-new/2025/08/amazon-eks-namespace-configuration-addons/
Would you like to implement the enhancement?
Yes
marcofranssen, truongnht, gordonm, garyliu-philips, manumbs and 1 more
Metadata
Metadata
Assignees
Labels
enhancementRequests to existing resources that expand the functionality or scope.Requests to existing resources that expand the functionality or scope.service/eksIssues and PRs that pertain to the eks service.Issues and PRs that pertain to the eks service.