From 6ff9c27418ab97fde2fed439f8cbf1702e801e14 Mon Sep 17 00:00:00 2001 From: Toni Tauro Date: Fri, 13 Sep 2019 14:11:15 +0200 Subject: [PATCH] add /etc/sysconfig/kubelet info for CentOS/RHEL/Fedora Distributions --- .../production-environment/tools/kubeadm/install-kubeadm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 1f9354d405c08..740da552cd50c 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 @@ -247,7 +247,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=