1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-19 01:44:28 +00:00
This commit is contained in:
moelsayed
2018-03-30 20:00:19 +02:00
parent 192182c5d6
commit 30498c4f5b

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",
}