Merge pull request #3105 from vishh/update_cadvisor

Update cadvisor manifest to bind mount "/sys" from global namespace.
This commit is contained in:
Rohit Jnagal 2014-12-22 15:59:38 -08:00
commit f67c7bc8a1

View File

@ -14,8 +14,8 @@ containers:
- name: varlibdocker
mountPath: /var/lib/docker
readOnly: true
- name: cgroups
mountPath: /sys/fs/cgroup
- name: sysfs
mountPath: /sys
readOnly: true
volumes:
- name: varrun