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

fix(k8s): use the same service account for pulling images as building #5810

Merged
merged 4 commits into from Mar 11, 2024

Conversation

twelvemo
Copy link
Collaborator

@twelvemo twelvemo commented Mar 6, 2024

What this PR does / why we need it:
The pull-image command spawns a pod for each image to pull. If you have set-up IRSA or Google Workload Identity for in-cluster building these pods also need to use the same service account as for in-cluster building.
Which issue(s) this PR fixes:

Fixes #5591

Special notes for your reviewer:

@twelvemo twelvemo requested a review from stefreak March 7, 2024 10:26
Copy link
Member

@stefreak stefreak left a comment

Choose a reason for hiding this comment

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

👍 Good work

@stefreak stefreak enabled auto-merge March 11, 2024 10:33
@stefreak stefreak added this pull request to the merge queue Mar 11, 2024
Merged via the queue into main with commit dba5b06 Mar 11, 2024
41 checks passed
@stefreak stefreak deleted the use-builder-sa-account-for-pull-image branch March 11, 2024 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0.13: [Bug]: garden plugins kubernetes pull-image does not work with IMDSv2 and hop limit of 1 (IRSA)
2 participants