awslabs / crossplane-on-eks

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

Update eksctl bootstrap to match terraform bootstrap #162

Closed johnphilips3 closed 5 months ago

johnphilips3 commented 5 months ago

What does this PR do?

This PR provides changes to the manifests and instructions in the README to update the bootstrap using eksctl to provide a configuration that is same as the current terraform bootstrap. This includes updating versions of packages and adding additional deployments for Helm provider and ArgoCD.

Motivation

Current eksctl bootstrap is many versions behind and not compatible with several of the examples.

More

For Moderators