feature: support UID:GID in the user key#1929
feature: support UID:GID in the user key#1929k8s-ci-robot merged 1 commit intokubernetes:mainfrom favonia:gid
Conversation
|
|
|
Welcome @favonia! |
|
Sorry for the compilation error. It's now fixed. |
Apologize for the delay! I am on PTO. But I'll be happy to test this Tuesday :) pleases remind me if I don't haha! This is a great feature to finally add. |
|
@cdrage ping |
|
Tested this out and it works great! LGTM! Once this pasts tests, it'll merge. Thanks for the awesome contribution!! |
|
/approve |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cdrage, favonia The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind feature
What this PR does / why we need it:
With this PR, Kompose can convert
UID:GIDto bothRunAsUserandRunAsGroup. Previously, it cannot understand the:GIDpart.Which issue(s) this PR fixes:
None
Special notes for your reviewer:
I modified the existing test case to check
uid:gid. It does not check the simpler caseuid. Also, one of the file does not seem to have existing tests (?).