Open
Description
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Tell us about your request
Expose podLabels
for snapshot-controller
EKS addon
Which service(s) is this request for?
EKS
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
Our entire infrastructure is defined in Terraform, including the EKS addons that we use. We need to add labels to the pods of these addons, and we've been able to do that for all except one - the snapshot-controller
Are you currently working around this issue?
Currently we have a separate step to add labels but it's not very reliable and is out side of the "aws_eks_addon" terraform resource.
Additional context
No