kubeadm will default it to systemd in 1.22

https://github.com/kubernetes/kubernetes/pull/102133#issuecomment-844264623
Signed-off-by: pacoxu <paco.xu@daocloud.io>
This commit is contained in:
Paco Xu
2021-05-20 09:58:56 +08:00
committed by pacoxu
parent 09a6795d12
commit 3d96b73457
@@ -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: