Skip to content

Commit 0797a85

Browse files
committed
content: Fix typos in versions requirements for userns
The variable expansion is wrong: it currently expands to 1.27.3 on the rendered website, so it says it is supported in 1.27 and that it is not. Let's just re-work this paragraph so it is cleaerer and the variable expansion is what we want (1.27 and not 1.27.3)- Signed-off-by: Rodrigo Campos <[email protected]>
1 parent 74ee1d9 commit 0797a85

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,13 @@ to use this feature with Kubernetes stateless pods:
5454

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

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).
57+
containerd v1.7 is not compatible with the userns support in Kubernetes v{{< skew currentVersion >}}.
58+
Kubernetes v1.25 and v1.26 used an earlier implementation that **is** compatible with containerd v1.7,
59+
in terms of userns support.
60+
If you are using a version of Kubernetes other than {{< skew currentVersion >}},
61+
check the documentation for that version of Kubernetes for the most relevant information.
62+
If there is a newer release of containerd than v1.7 available for use, also check the containerd
63+
documentation for compatibility information.
6064

6165
Support for this in [cri-dockerd is not planned][CRI-dockerd-issue] yet.
6266

0 commit comments

Comments
 (0)