awslabs / crossplane-on-eks

Crossplane bespoke composition blueprints for AWS resources
Apache License 2.0
322 stars 111 forks source link

Updates to improve tutorial usage experience #141

Closed seshubaws closed 1 year ago

seshubaws commented 1 year ago

What does this PR do?

  1. Updated Kubernetes version of EKS cluster
  2. Instead of installing all upbound providers, which could overload the k8s control plane and render the newly created cluster useless, added a providers.yaml file to install after cluster creation for only the necessary providers
  3. Added permissions for the user to be able to view, edit, and delete the KMS key created

Motivation

Trying to make the EKS cluster bootstrap with Terraform tutorial more user friendly

More

Note:

For Moderators

Additional Notes