aws-samples / cdk-eks-karpenter

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

fix: update IAM policy to match the latest version for Karpenter v0.33.0 #151

Closed andskli closed 11 months ago

andskli commented 11 months ago

adds permissions for AllowScopedEC2InstanceActionsWithTags and AllowScopedEC2InstanceActions for spot.

Fixes #150.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

andskli commented 11 months ago

@jonathanbeber would you mind having a look? Would like another set of eyes to validate my sanity :)

jonathanbeber commented 11 months ago

thanks for working so quickly on that, @andskli. I really appreciate that.

andskli commented 11 months ago

@jonathanbeber no worries, appreciate the attention to detail, that resource specificatoin is not removed to match the CFN from Karpenter. Merging.