Merge pull request #2099 from SvenDowideit/kubelet-volume-for-cadvisor

Quick fix to allow CAdvisor and kubelet to work
This commit is contained in:
Sven Dowideit
2017-09-18 15:43:23 +10:00
committed by GitHub

View File

@@ -325,6 +325,7 @@ rancher:
volumes:
- /home:/home
- /opt:/opt
- /var/lib/kubelet:/var/lib/kubelet
docker:
{{if eq "amd64" .ARCH -}}
image: {{.OS_REPO}}/os-docker:17.03.2{{.SUFFIX}}