Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

helm: Add service account annotations for all charts #11304

Merged
merged 1 commit into from May 6, 2020

Conversation

sayboras
Copy link
Member

@sayboras sayboras commented May 4, 2020

In order to use AWS EKS IAM roles for service account, we must annotate
service account with IAM role. More details can be found here
https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts-technical-overview.html

Fixes: #11303

Support service account annotations for helm charts

@sayboras sayboras requested a review from a team May 4, 2020 10:11
@maintainer-s-little-helper
Copy link

Please set the appropriate release note label.

@maintainer-s-little-helper maintainer-s-little-helper bot added this to In progress in 1.8.0 May 4, 2020
@sayboras sayboras force-pushed the feature/sa-annotations branch 4 times, most recently from ee4862b to 4c87bf5 Compare May 4, 2020 10:17
@tklauser tklauser added the release-note/misc This PR makes changes that have no direct user impact. label May 4, 2020
@coveralls
Copy link

coveralls commented May 4, 2020

Coverage Status

Coverage decreased (-0.02%) to 44.429% when pulling 8356b0f on sayboras:feature/sa-annotations into 9f32546 on cilium:master.

@sayboras sayboras requested a review from a team as a code owner May 5, 2020 11:41
@nebril
Copy link
Member

nebril commented May 5, 2020

test-me-please

@qmonnet
Copy link
Member

qmonnet commented May 5, 2020

test-me-please

In order to use AWS EKS IAM roles for service account, we must annotate
service account with IAM role. More details can be found here
https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts-technical-overview.html

Fixes: cilium#11303

Signed-off-by: Tam Mach <sayboras@yahoo.com>
@aanm
Copy link
Member

aanm commented May 5, 2020

test-me-please

Copy link
Contributor

@errordeveloper errordeveloper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sayboras thanks for the contribution, this looks good to me :)

@rolinh rolinh merged commit f3e39e6 into cilium:master May 6, 2020
1.8.0 automation moved this from In progress to Merged May 6, 2020
@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label May 6, 2020
@sayboras sayboras deleted the feature/sa-annotations branch May 6, 2020 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/misc This PR makes changes that have no direct user impact.
Projects
No open projects
1.8.0
  
Merged
Development

Successfully merging this pull request may close these issues.

helm: To support service account annotation in helm charts
9 participants