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

feat: Added a method "addManagedPolicyToKarpenterRole()" to add managed policy to Karpenter Role #111

Closed badaldavda8 closed 1 year ago

badaldavda8 commented 1 year ago

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

https://github.com/aws-samples/cdk-eks-karpenter/issues/108

badaldavda8 commented 1 year ago

Added one more commit to customize nodeRole instead of creating one

andskli commented 1 year ago

Closes #110, #108.