aws / aws-cdk

The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
https://aws.amazon.com/cdk
Apache License 2.0
11.35k stars 3.76k forks source link

aws_eks: Add ImagePullSecrets support to cluster.addServiceAccount #29696

Open lumattr opened 3 months ago

lumattr commented 3 months ago

Describe the feature

K8s now supports to ability to add registry credentials to the Service account for services. but there isnt a way to add those details through the cdk helper functions. only throu

Use Case

Id like to be able to continue using the helpers

Proposed Solution

No response

Other Information

https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#verify-that-imagepullsecrets-are-set-for-new-pods

Acknowledgements

CDK version used

2.118.0

Environment details (OS name and version, etc.)

Ubuntu 22.04.3 LTS

tim-finnigan commented 3 months ago

Thanks for the feature request!