From 6c2a9c574cde5d6077e2e48627acc6793d91206a Mon Sep 17 00:00:00 2001 From: Rodrigo Campos Date: Mon, 7 Aug 2023 15:48:33 +0200 Subject: [PATCH] content: Expand version requirements for userns explanation --- content/en/docs/concepts/workloads/pods/user-namespaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/workloads/pods/user-namespaces.md b/content/en/docs/concepts/workloads/pods/user-namespaces.md index 129de072cc..fa51a47d30 100644 --- a/content/en/docs/concepts/workloads/pods/user-namespaces.md +++ b/content/en/docs/concepts/workloads/pods/user-namespaces.md @@ -52,7 +52,7 @@ to use this feature with Kubernetes pods: * CRI-O: version 1.25 (and later) supports user namespaces for containers. -containerd v1.7 is not compatible with the userns support in Kubernetes v{{< skew currentVersion >}}. +containerd v1.7 is not compatible with the userns support in Kubernetes v1.27 to v{{< skew latestVersion >}}. Kubernetes v1.25 and v1.26 used an earlier implementation that **is** compatible with containerd v1.7, in terms of userns support. If you are using a version of Kubernetes other than {{< skew currentVersion >}},