-
Notifications
You must be signed in to change notification settings - Fork 577
kubernetes driver: add serviceaccount opt #1597
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
Conversation
84e4287
to
bce3c4e
Compare
PTAL @morlay @AkihiroSuda |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you update reference docs please in https://github.com/docker/buildx/blob/master/docs/reference/buildx_create.md#-set-additional-driver-specific-options---driver-opt for the kubernetes driver?
@dvdksn Would also need follow-up in docs repo: https://docs.docker.com/build/drivers/kubernetes/
side note @crazy-max, I think the section in the file you linked to is actually redundant, now that we have the full opt descriptions for each driver in the docs. If you agree, I can create a PR to clean up |
Ah sure yeah sounds good |
Signed-off-by: robertlestak <robert.lestak@umusic.com>
Signed-off-by: Justin Chadwell <me@jedevc.com>
@crazy-max @dvdksn for the time being, I pushed a commit to update Anything else blocking on merging this, so we can get it in v0.11? |
Addresses #766
Adds a new (optional)
serviceaccount
opt. When provided, it will be set as the created pod'sserviceAccountName
.Example usage: