aws-samples / cdk-eks-karpenter

CDK construct for installing and configuring Karpenter on EKS clusters
Apache License 2.0
34 stars 14 forks source link

Allow editing/customization of Karpenter Controller Role policy #108

Closed badaldavda8 closed 1 year ago

badaldavda8 commented 1 year ago

I was using Karpenter with AL2 AMI. Everything worked fine.

The moment I start using my hardened Custom AMI, this fails with error - Unauthorized operation: You are not authorized to perform this operation - on describing images.

For now I will create a merge request for adding this policy, but either karpenter role or iam policy can be edited or customized?

Thanks and Regards, Badal