cluster-api-provider-aws
cluster-api-provider-aws copied to clipboard
WIP: feat: eks pod identity support for controllers
trafficstars
What type of PR is this?
/kind feature
What this PR does / why we need it:
This adds support for using EKS pod identity for the CAPA controller when the management cluster is an EKS cluster.
Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #
Special notes for your reviewer:
This is in addition to #4906 .
Checklist:
- [ ] squashed commits
- [ ] includes documentation
- [ ] includes emojis
- [ ] adds unit tests
- [ ] adds or updates e2e tests
Release note:
Add support for using EKS pod identity for the controller credentials.