-
Notifications
You must be signed in to change notification settings - Fork 14.8k
docs: Clarify filesystem support for user-namespace Pods #50679
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
base: main
Are you sure you want to change the base?
Conversation
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
@kubernetes/sig-node-pr-reviews is this change technically accurate? |
The PR is accurate. I wonder if being more verbose, as I've just written here is better: https://kubernetes.io/blog/2025/04/25/userns-enabled-by-default/#everything-you-wanted-to-know-about-user-namespaces-in-kubernetes. See questions 3 and 4. @utam0k what do you think? |
@rata Thanks for your suggestion. In my opinion, the user document has to keep it simple. How about adding the link as a reference for those who want to know more technical details? |
SGTM, thanks! |
Signed-off-by: utam0k <[email protected]>
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!
[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 |
@lmktfy What should I do next? |
Description
The user namespace with a pod has a limitation on the filesystem. This PR makes it clear.
ref: kubernetes/enhancements#127 (comment)
Issue
ref: kubernetes/enhancements#127 (comment)