Merge pull request #28049 from pacoxu/patch-6
kubeadm will default it to systemd in 1.22
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user