-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
user-namespaces: add idsPerPod configuration #49749
base: dev-1.33
Are you sure you want to change the base?
Conversation
cc @rata |
4691c9c
to
5b52434
Compare
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
LGTM.
Left an idea of a possible clarification, but I'm not the best with wordings, feel free to leave it out :D
@AkihiroSuda the change LGTM, however I just realize it's against the wrong branch. See the comment, it should be against the branch dev-1.33. Can you adjust that? |
5b52434
to
83c1b41
Compare
83c1b41
to
ba6bf9d
Compare
👷 Deploy Preview for kubernetes-io-vnext-staging processing.
|
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.
@AkihiroSuda found another place we needed to update, left a suggestion on how to change it. Other than that, I think you can mark this PR as ready for review :)
ba6bf9d
to
d394068
Compare
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.
LGTM, thanks a lot for this PR!
One more nit
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: rata The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
d394068
to
5a2eaf0
Compare
Kubernetes v1.33 will support setting `userNamespaces.idsPerPod` in `KubeletConfiguration`. Depends on k/k PR 130028 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
5a2eaf0
to
f39cd36
Compare
/lgtm |
LGTM label has been added. Git tree hash: d27c267303f03654aee7eaa4b2867937d07df894
|
Description
Kubernetes v1.33 will support setting
userNamespaces.idsPerPod
inKubeletConfiguration
.Depends on:
Issue
Closes: NONE