File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ network port spaces). Kubernetes uses pause containers to allow for worker conta
291
291
crashing or restarting without losing any of the networking configuration.
292
292
293
293
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 ` .
295
295
The [ source code] ( https://github.com/kubernetes/kubernetes/tree/master/build/pause )
296
296
is available on GitHub.
297
297
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ to use this feature with Kubernetes stateless pods:
55
55
* CRI-O: version 1.25 (and later) supports user namespaces for containers.
56
56
57
57
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
59
59
with Kubernetes 1.27 (and later).
60
60
61
61
Support for this in [ cri-dockerd is not planned] [ CRI-dockerd-issue ] yet.
You can’t perform that action at this time.
0 commit comments