-
Notifications
You must be signed in to change notification settings - Fork 15.1k
user-namespaces: add idsPerPod configuration #49749
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
|
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. |
rata
left a comment
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.
|
rata
left a comment
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
rata
left a comment
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
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 <[email protected]>
5a2eaf0 to
f39cd36
Compare
|
/lgtm |
|
LGTM label has been added. Git tree hash: d27c267303f03654aee7eaa4b2867937d07df894
|
|
/assign @salaxander |
|
Hello @kerthcet 👋! I'm reaching out from the Docs team. Just checking in as we approach Docs Freeze on 8th April, 2025 18:00 PDT. |
|
I'm the KEP author and it already has my LGTM. I understand it is lacking sig-doc approval? |
|
it also |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rata, tengqm The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description
Kubernetes v1.33 will support setting
userNamespaces.idsPerPodinKubeletConfiguration.Depends on:
Issue
Closes: NONE