-
Notifications
You must be signed in to change notification settings - Fork 1.8k
OSDOCS 16556 Linux User Namespace ID-mapped mount information #100433
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
b0ca24c to
f69ac7f
Compare
|
🤖 Fri Oct 17 12:39:39 - Prow CI generated the docs preview: |
|
@haircommander PTAL |
|
LGTM |
f69ac7f to
fc327f4
Compare
|
@lyman9966 Peter Hunt suggested you could review this PR for us. We are hoping to get this in for 4.20. Thank you! |
|
/lgtm |
fc327f4 to
a8198fb
Compare
|
New changes are detected. LGTM label has been removed. |
| @@ -12,6 +12,13 @@ By default, a container runs in the host user namespace. Running a container in | |||
|
|
|||
| Running containers in individual user namespaces can mitigate container breakouts and several other vulnerabilities that a compromised container can pose to other pods and the node itself. | |||
|
|
|||
| When running a pod in an isolated user namespace, the UID/GID inside a pod container no longer matches the UID/GID on the host. In order for file system ownership to work correctly, the Linux kernel uses ID-mapped mounts, which translate user IDs between the container and the host at the virtual file system (VFS) layer. | |||
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.
🤖 [error] Vale.Terms: Use 'VFs?' instead of 'VFS'.
|
@mburke5678: all tests passed! Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
xenolinux
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
|
/cherrypick enterprise-4.20 |
|
@xenolinux: new pull request created: #100733 In response to this:
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. |
https://issues.redhat.com/browse/OSDOCS-16556
From thread in Slack.
Link to docs preview:
Running pods in Linux user namespaces -- New paragraph 4 and Note.
SME review:
QE review: