Skip to content

aws-eks-v2-alpha: eks.Addon missing support for {PodIdentityAssociations, ResolveConflicts, ServiceAccountRoleArn} passing #34903

Open
@guessi

Description

@guessi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    @aws-cdk/aws-eksRelated to Amazon Elastic Kubernetes Servicefeature-requestA feature should be added or improved.needs-triageThis issue or PR still needs to be triaged.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions