File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
content/en/docs/setup/production-environment/tools/kubeadm Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -274,14 +274,16 @@ kubeadm to tell it what to do.
274
274
When using Docker, kubeadm will automatically detect the cgroup driver for the kubelet
275
275
and set it in the ` /var/lib/kubelet/config.yaml ` file during runtime.
276
276
277
- If you are using a different CRI, you have to modify the file with your ` cgroupDriver ` value, like so:
277
+ If you are using a different CRI, you must pass your ` cgroupDriver ` value to ` kubeadm init ` , like so:
278
278
279
279
``` yaml
280
280
apiVersion : kubelet.config.k8s.io/v1beta1
281
281
kind : KubeletConfiguration
282
282
cgroupDriver : <value>
283
283
` ` `
284
284
285
+ For further details, please read [Using kubeadm init with a configuration file](/docs/reference/setup-tools/kubeadm/kubeadm-init/#config-file).
286
+
285
287
Please mind, that you **only** have to do that if the cgroup driver of your CRI
286
288
is not ` cgroupfs`, because that is the default value in the kubelet already.
287
289
You can’t perform that action at this time.
0 commit comments