[go: nahoru, domu]

Skip to content

Commit

Permalink
replace currentVersion with currentPatchVersion in concepts
Browse files Browse the repository at this point in the history
  • Loading branch information
windsonsea committed Jun 2, 2023
1 parent aa05b84 commit 50bec1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/en/docs/concepts/windows/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ network port spaces). Kubernetes uses pause containers to allow for worker conta
crashing or restarting without losing any of the networking configuration.

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

Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/concepts/workloads/pods/user-namespaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ to use this feature with Kubernetes stateless pods:
* CRI-O: version 1.25 (and later) supports user namespaces for containers.

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

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

0 comments on commit 50bec1f

Please sign in to comment.