(aws-eks): It should be possible to pass annotations to service accounts #19607
Labels
@aws-cdk/aws-eks
Related to Amazon Elastic Kubernetes Service
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
in-progress
This issue is being actively worked on.
p1
Description
I need to add annotations and labels to ServiceAccounts created via cdk
Use Case
eks changed the behaviour of the service accounts for pods, and one of my applications stopped working.
https://docs.aws.amazon.com/eks/latest/userguide/specify-service-account-role.html
and i temporarly (until this is fixed in the application) have to annotate the ServiceAccount with:
in order to enforce the old behaviour. I can imagine more annotations, or labels...
Proposed Solution
introduce properties for annotations and labels
Other information
no
Acknowledge
The text was updated successfully, but these errors were encountered: