Adding missing quote to command line example (#7660)

Fixes #7658
pull/7670/head
Joseph Heck 2018-03-06 17:32:52 -08:00 committed by k8s-ci-robot
parent 9f2499294c
commit f9c7ee03c8
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ If the Docker cgroup driver and the kubelet config don't match, change the kubel
flag you need to change is `--cgroup-driver`. If it's already set, you can update like so:
```bash
sed -i "s/cgroup-driver=systemd/cgroup-driver=cgroupfs/g /etc/systemd/system/kubelet.service.d/10-kubeadm.conf
sed -i "s/cgroup-driver=systemd/cgroup-driver=cgroupfs/g" /etc/systemd/system/kubelet.service.d/10-kubeadm.conf
```
Otherwise, you will need to open the systemd file and add the flag to an existing environment line.