Skip to content

Commit 1c1e5f2

Browse files
authored
Merge pull request #41424 from windsonsea/patchver
replace `currentVersion` with `currentPatchVersion` in concepts
2 parents 6aa1f9d + 50bec1f commit 1c1e5f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en/docs/concepts/windows/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ network port spaces). Kubernetes uses pause containers to allow for worker conta
291291
crashing or restarting without losing any of the networking configuration.
292292

293293
Kubernetes maintains a multi-architecture image that includes support for Windows.
294-
For Kubernetes v{{< skew currentVersion >}} the recommended pause image is `registry.k8s.io/pause:3.6`.
294+
For Kubernetes v{{< skew currentPatchVersion >}} the recommended pause image is `registry.k8s.io/pause:3.6`.
295295
The [source code](https://github.com/kubernetes/kubernetes/tree/master/build/pause)
296296
is available on GitHub.
297297

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ to use this feature with Kubernetes stateless pods:
5555
* CRI-O: version 1.25 (and later) supports user namespaces for containers.
5656

5757
Please note that containerd v1.7 supports user namespaces for containers,
58-
compatible with Kubernetes {{< skew currentVersion >}}. It should not be used
58+
compatible with Kubernetes {{< skew currentPatchVersion >}}. It should not be used
5959
with Kubernetes 1.27 (and later).
6060

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

0 commit comments

Comments
 (0)