Skip to content

Commit 5dfdc39

Browse files
authored
Merge pull request #28049 from pacoxu/patch-6
kubeadm will default it to systemd in 1.22
2 parents 2855ab2 + 3d96b73 commit 5dfdc39

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,8 @@ driver of the kubelet.
3333

3434
{{< note >}}
3535

36-
{{< feature-state for_k8s_version="v1.21" state="stable" >}}
37-
38-
If the user is not setting the `cgroupDriver` field under `KubeletConfiguration`,
39-
`kubeadm init` will default it to `systemd`.
36+
In v1.22, if the user is not setting the `cgroupDriver` field under `KubeletConfiguration`,
37+
`kubeadm` will default it to `systemd`.
4038
{{< /note >}}
4139

4240
A minimal example of configuring the field explicitly:

0 commit comments

Comments
 (0)