Skip to content

Commit 6486762

Browse files
authored
Merge pull request #41906 from kinvolk/rata/userns-1.27
content: Clarify version requirements for userns and other minor fixes
2 parents 2542709 + cc2ca7a commit 6486762

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

content/en/docs/concepts/workloads/pods/user-namespaces.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,22 @@ tmpfs, Secrets use a tmpfs, etc.)
4646
Some popular filesystems that support idmap mounts in Linux 6.3 are: btrfs,
4747
ext4, xfs, fat, tmpfs, overlayfs.
4848

49-
<!-- When merging this with the dev-1.27 branch conflicts will arise. The text
50-
as it is in the dev-1.27 branch should be used. -->
5149
In addition, support is needed in the
5250
{{< glossary_tooltip text="container runtime" term_id="container-runtime" >}}
5351
to use this feature with Kubernetes stateless pods:
5452

5553
* CRI-O: version 1.25 (and later) supports user namespaces for containers.
5654

57-
Please note that containerd v1.7 supports user namespaces for containers,
58-
compatible with Kubernetes {{< skew currentPatchVersion >}}. It should not be used
59-
with Kubernetes 1.27 (and later).
55+
containerd v1.7 is not compatible with the userns support in Kubernetes v{{< skew currentVersion >}}.
56+
Kubernetes v1.25 and v1.26 used an earlier implementation that **is** compatible with containerd v1.7,
57+
in terms of userns support.
58+
If you are using a version of Kubernetes other than {{< skew currentVersion >}},
59+
check the documentation for that version of Kubernetes for the most relevant information.
60+
If there is a newer release of containerd than v1.7 available for use, also check the containerd
61+
documentation for compatibility information.
6062

61-
Support for this in [cri-dockerd is not planned][CRI-dockerd-issue] yet.
63+
You can see the status of user namespaces support in cri-dockerd tracked in an [issue][CRI-dockerd-issue]
64+
on GitHub.
6265

6366
[CRI-dockerd-issue]: https://github.com/Mirantis/cri-dockerd/issues/74
6467

0 commit comments

Comments
 (0)