terraform-aws-components
terraform-aws-components copied to clipboard
feat: add support for karpenter 0.34.0 or newer
what
- update
eks/karpetnerandeks/karpenter-provisionerto support Karpenter v0.34.0 - update controller's iam policy to be nearly identical to the policy included with Karpenter's CloudFormation template
- only changed the
arnand alike forresourcesto match cloudposse's deployed resources
- only changed the
- allow deployment to existing k8s namespaces
- reduce code smell
why
- Karpetner v0.34.0 included multiple breaking changes
- moved chart values for
settings.awstosettings - replaced
ProvisionerwithNodePoolresource - replaced
AWSNodeTemplatewithEC2NodeClass
- moved chart values for
references
- closes #982