Skip to content

Commit 6ff9c27

Browse files
authored
add /etc/sysconfig/kubelet info for CentOS/RHEL/Fedora Distributions
1 parent de90bd1 commit 6ff9c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ When using Docker, kubeadm will automatically detect the cgroup driver for the k
247247
and set it in the `/var/lib/kubelet/kubeadm-flags.env` file during runtime.
248248
249249
If you are using a different CRI, you have to modify the file
250-
`/etc/default/kubelet` with your `cgroup-driver` value, like so:
250+
`/etc/default/kubelet` (`/etc/sysconfig/kubelet` for CentOS, RHEL, Fedora) with your `cgroup-driver` value, like so:
251251
252252
```bash
253253
KUBELET_EXTRA_ARGS=--cgroup-driver=<value>

0 commit comments

Comments
 (0)