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 36 terraform-aws-eks-blueprints-addons issues
Sort by recently updated
recently updated
newest added

### What does this PR do? 🛑 Please open an issue first to discuss any significant work and flesh out details/direction - we would hate for your time to be...

### 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...

enhancement

### What does this PR do? This is a follow-up to https://github.com/aws-ia/terraform-aws-eks-blueprints-addons/pull/435. Instead of changing the option directly, we add a pre-check before setting `installCRDs`. If the user has already...

BREAKING CHANGE

### What does this PR do? Be able to deploy karpenter with the capacityReservation feature ``` settings: featureGates: # -- reservedCapacity is ALPHA and is disabled by default. # Setting...

Cert_Manager is currently using installCRDs by default, which is a deprecated option of the helm chart of cert_manager. This should be updated to use crds.enabled = true + crds.keep =...

enhancement
BREAKING CHANGE

### 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...

enhancement
BREAKING CHANGE