awslabs / crossplane-on-eks

Crossplane bespoke composition blueprints for AWS resources
Apache License 2.0
308 stars 109 forks source link

add autoscaler composition #126

Closed nabuskey closed 1 year ago

nabuskey commented 1 year ago

What does this PR do?

Adds a composition for EKS with cluster autoscaler and aws-auth CM management.

candonov commented 1 year ago

Curious, why are you adding CA instead of Karpenter?

nabuskey commented 1 year ago

I actually was going to go with Karpenter. But it requires AWS resources not supported by the community provider so I went with CAS instead. We should definitely add one for the upbound provider though.