mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Update cadvisor manifest to bind mount "/sys" from global namespace.
This commit is contained in:
parent
474cf20810
commit
9a4476a60c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user