feat(addon): Add support for PodIdentityAssociations
This commit introduces support for PodIdentityAssociations in Addons CRD,
enhancing the controller's capabilities to manage PIAs directly through the
Addon resources.
Key changes:
- Bump the sdk to v1.54.1 to bring the latest API schema changes
- Introduce
PodIdentityAssociationsto the addons spec - Add custom logic for:
- extracting
ServiceAccounts/RoleARNsfrom a given PIA association ID - properly comparing two arrays of PIAs
- extracting
- Enhanced Addon status checks and requeue logic to ensure proper synchronization
- Add some unit tests and e2e tests for Addon.PIAs
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: a-hilaly, michaelhtm
The full list of commands accepted by this bot can be found here.
The pull request process is described here
- ~~OWNERS~~ [a-hilaly]
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
/retest
@a-hilaly: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:
| Test name | Commit | Details | Required | Rerun command |
|---|---|---|---|---|
| eks-verify-attribution | 4acca6dfa7af59a2612be05d2e5d2cec175fb107 | link | false | /test eks-verify-attribution |
Full PR test history. Your PR dashboard.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.