Skip to content

Commit

Permalink
add /etc/sysconfig/kubelet info for CentOS/RHEL/Fedora Distributions
Browse files Browse the repository at this point in the history
  • Loading branch information
eyenx authored Sep 13, 2019
1 parent de90bd1 commit 6ff9c27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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=<value>
Expand Down

0 comments on commit 6ff9c27

Please sign in to comment.