Skip to content

feat(aws-eks): add annotations and labels to service accounts#19609

Merged
mergify[bot] merged 6 commits intoaws:masterfrom
markussiebert:feature/eks-sa-annotations-and-labels
Apr 26, 2022
Merged

feat(aws-eks): add annotations and labels to service accounts#19609
mergify[bot] merged 6 commits intoaws:masterfrom
markussiebert:feature/eks-sa-annotations-and-labels

Conversation

@markussiebert
Copy link
Copy Markdown
Contributor

@markussiebert markussiebert commented Mar 29, 2022

I have added two optional props for the serviceaccount:

  • annotations
  • labels

at the moment, both aren't accessible. It's possible to create kubernetes patches for this, but the same time it's only a small change to enable both options in a backward compatible way.

fixes #19607

All Submissions:

Adding new Unconventional Dependencies:

no

New Features

  • I have added an unit test for the extended properties

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@gitpod-io
Copy link
Copy Markdown

gitpod-io bot commented Mar 29, 2022

@github-actions github-actions bot added p2 @aws-cdk/aws-eks Related to Amazon Elastic Kubernetes Service labels Mar 29, 2022
@github-actions github-actions bot added the feature-request A feature should be added or improved. label Mar 29, 2022
otaviomacedo
otaviomacedo previously approved these changes Apr 26, 2022
@mergify mergify bot dismissed otaviomacedo’s stale review April 26, 2022 10:49

Pull request has been modified.

@aws-cdk-automation
Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject89A8053A-LhjRyN9kxr8o
  • Commit ID: 38cdcf1
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Apr 26, 2022

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot merged commit 82aec9d into aws:master Apr 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

@aws-cdk/aws-eks Related to Amazon Elastic Kubernetes Service feature-request A feature should be added or improved. p2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

(aws-eks): It should be possible to pass annotations to service accounts

3 participants