Adding missing quote to command line example (#7660)

Fixes #7658
This commit is contained in:
Joseph Heck
2018-03-06 17:32:52 -08:00
committed by k8s-ci-robot
parent 9f2499294c
commit f9c7ee03c8
+1 -1
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.