1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-17 23:49:06 +00:00

Merge pull request #461 from moelsayed/fix_typo

fix typo
This commit is contained in:
Alena Prokharchyk
2018-03-30 15:20:05 -07:00
committed by GitHub

View File

@@ -278,7 +278,7 @@ func (c *Cluster) BuildKubeletProcess(host *hosts.Host) v3.Process {
"/var/run:/var/run:rw,rprivate",
"/run:/run:rprivate",
"/etc/ceph:/etc/ceph",
"/dev:/host/dev,rprivate",
"/dev:/host/dev:rprivate",
"/var/log/containers:/var/log/containers:z",
"/var/log/pods:/var/log/pods:z",
}