add /etc/sysconfig/kubelet info for CentOS/RHEL/Fedora Distributions (#16347)

This commit is contained in:
Toni Tauro 2019-09-27 21:09:36 +02:00 committed by Kubernetes Prow Robot
parent 9680192797
commit 764a485885
1 changed files with 1 additions and 1 deletions

View File

@ -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=<value>