-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Open
Labels
@aws-cdk/aws-eks-v2-alphaRelated to the @aws-cdk/aws-eks-v2-alpha packageRelated to the @aws-cdk/aws-eks-v2-alpha packageeffort/mediumMedium work item – several days of effortMedium work item – several days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2
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/aws-eks-v2-alpha@2.202.0-alpha.0
AWS CDK CLI version
2.1019.2 (build c29855e)
Environment details (OS name and version, etc.)
n/a
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-eks-v2-alphaRelated to the @aws-cdk/aws-eks-v2-alpha packageRelated to the @aws-cdk/aws-eks-v2-alpha packageeffort/mediumMedium work item – several days of effortMedium work item – several days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2