Skip to content

Commit fa73830

Browse files
committed
docs: another change of wording of k8s versioning
1 parent 0d2962b commit fa73830

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/en/docs/setup/production-environment/container-runtimes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Starting with v1.22 and later, when creating a cluster with kubeadm, if the user
157157
the `cgroupDriver` field under `KubeletConfiguration`, kubeadm defaults it to `systemd`.
158158
{{< /note >}}
159159

160-
In Kubernetes {{< skew currentVersion >}}, with the `KubeletCgroupDriverFromCRI`
160+
In Kubernetes v1.28, with the `KubeletCgroupDriverFromCRI`
161161
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
162162
enabled and a container runtime that supports the `RuntimeConfig` CRI RPC,
163163
the kubelet automatically detects the appropriate cgroup driver from the runtime,
@@ -257,7 +257,7 @@ sudo systemctl restart containerd
257257
When using kubeadm, manually configure the
258258
[cgroup driver for kubelet](/docs/tasks/administer-cluster/kubeadm/configure-cgroup-driver/#configuring-the-kubelet-cgroup-driver).
259259

260-
In Kubernetes {{< skew currentVersion >}}, you can enable automatic detection of the
260+
In Kubernetes v1.28, you can enable automatic detection of the
261261
cgroup driver as an alpha feature. See [systemd cgroup driver](#systemd-cgroup-driver)
262262
for more details.
263263

@@ -302,7 +302,7 @@ You should also note the changed `conmon_cgroup`, which has to be set to the val
302302
cgroup driver configuration of the kubelet (usually done via kubeadm) and CRI-O
303303
in sync.
304304

305-
In Kubernetes {{< skew currentVersion >}}, you can enable automatic detection of the
305+
In Kubernetes v1.28, you can enable automatic detection of the
306306
cgroup driver as an alpha feature. See [systemd cgroup driver](#systemd-cgroup-driver)
307307
for more details.
308308

content/en/docs/tasks/administer-cluster/kubeadm/configure-cgroup-driver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ driver of the kubelet.
3737
In v1.22 and later, if the user does not set the `cgroupDriver` field under `KubeletConfiguration`,
3838
kubeadm defaults it to `systemd`.
3939

40-
In Kubernetes {{< skew currentVersion >}}, you can enable automatic detection of the
40+
In Kubernetes v1.28, you can enable automatic detection of the
4141
cgroup driver as an alpha feature.
4242
See [systemd cgroup driver](/docs/setup/production-environment/container-runtimes/#systemd-cgroup-driver)
4343
for more details.

0 commit comments

Comments
 (0)