Merge pull request #28049 from pacoxu/patch-6

kubeadm will default it to systemd in 1.22
This commit is contained in:
Kubernetes Prow Robot
2021-05-26 18:58:23 -07:00
committed by GitHub
@@ -33,10 +33,8 @@ driver of the kubelet.
{{< note >}}
{{< feature-state for_k8s_version="v1.21" state="stable" >}}
If the user is not setting the `cgroupDriver` field under `KubeletConfiguration`,
`kubeadm init` will default it to `systemd`.
In v1.22, if the user is not setting the `cgroupDriver` field under `KubeletConfiguration`,
`kubeadm` will default it to `systemd`.
{{< /note >}}
A minimal example of configuring the field explicitly: