diff --git a/content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md b/content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md index 04bfa1579d..b4f8264a50 100644 --- a/content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md +++ b/content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md @@ -275,7 +275,7 @@ When using Docker, kubeadm will automatically detect the cgroup driver for the k and set it in the `/var/lib/kubelet/kubeadm-flags.env` file during runtime. If you are using a different CRI, you have to modify the file -`/etc/default/kubelet` with your `cgroup-driver` value, like so: +`/etc/default/kubelet` (`/etc/sysconfig/kubelet` for CentOS, RHEL, Fedora) with your `cgroup-driver` value, like so: ```bash KUBELET_EXTRA_ARGS=--cgroup-driver=