mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 06:02:18 +00:00
Update cadvisor manifest to bind mount "/sys" from global namespace.
This commit is contained in:
@@ -14,8 +14,8 @@ containers:
|
|||||||
- name: varlibdocker
|
- name: varlibdocker
|
||||||
mountPath: /var/lib/docker
|
mountPath: /var/lib/docker
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- name: cgroups
|
- name: sysfs
|
||||||
mountPath: /sys/fs/cgroup
|
mountPath: /sys
|
||||||
readOnly: true
|
readOnly: true
|
||||||
volumes:
|
volumes:
|
||||||
- name: varrun
|
- name: varrun
|
||||||
|
Reference in New Issue
Block a user