1
0
mirror of https://github.com/rancher/rke.git synced 2025-08-22 08:35:49 +00:00

Merge pull request #160 from skarlsson/master

fixes #129
This commit is contained in:
Alena Prokharchyk 2017-12-19 09:39:13 -08:00 committed by GitHub
commit 5ba7a9face
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,6 +66,7 @@ func buildKubeletConfig(host *hosts.Host, kubeletService v3.KubeletService) (*co
"/var/lib/kubelet:/var/lib/kubelet:shared",
"/var/run:/var/run:rw",
"/run:/run",
"/etc/ceph:/etc/ceph",
"/dev:/host/dev"},
NetworkMode: "host",
PidMode: "host",