- 
                Notifications
    You must be signed in to change notification settings 
- Fork 15.1k
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? | 
| The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules: 
 You can: 
 Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale | 
| /remove-lifecycle stale | 
| PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. | 
|  | ||
| Pods that use a user namespace require the filesystem to support **idmapped mounts**. | ||
| Some filesystems don't support id-mapped mounts, and therefore cannot be used with user namespaces. | ||
| NFS volumes cannot be mounted in a user-namespace pod because the Linux NFS client doesn't yet support idmapped mounts. | 
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.
please clarify in this text what will be the result of attempting doing so.
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)