Commit f67c7bc8 authored by Rohit Jnagal's avatar Rohit Jnagal

Merge pull request #3105 from vishh/update_cadvisor

Update cadvisor manifest to bind mount "/sys" from global namespace.
parents 474cf208 9a4476a6
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment