Open
Description
Describe the feature
I'm aware it could be done by eks.CfnAddon
, the FR here is seeking for support from eks.Addon
directly.
eks.CfnAddon(stack, '...', {
clusterName: ...,
addonName: ...,
addonVersion: ...,
resolveConflicts: ...,
podIdentityAssociations: ...,
configurationValues: ...,
});
Would be nice to have {PodIdentityAssociations, ResolveConflicts, ServiceAccountRoleArn}
for eks.Addon
.
I can see originally issue report at #34001 was partially resolved by #34061.
However there still have missing props support as stated at #34001 (comment)
Use Case
It's nice to see Announcing the new AWS CDK EKS v2 L2 Constructs support
Seeking for missing props passing support.
Proposed Solution
No response
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
AWS CDK Library version (aws-cdk-lib)
@aws-cdk/[email protected]
AWS CDK CLI version
2.1019.2 (build c29855e)
Environment details (OS name and version, etc.)
n/a