mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 03:03:59 +00:00
Merge pull request #583 from vmarmol/update-cadvisor
Update the cAdvisor manifest for the new volume type.
This commit is contained in:
commit
44e4066958
@ -8,19 +8,25 @@ containers:
|
|||||||
containerPort: 8080
|
containerPort: 8080
|
||||||
hostPort: 5000
|
hostPort: 5000
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: var-run
|
- name: varrun
|
||||||
mountPath: /var/run
|
mountPath: /var/run
|
||||||
readOnly: false
|
readOnly: false
|
||||||
mountType: HOST
|
- name: varlibdocker
|
||||||
- name: var-lib-docker
|
|
||||||
mountPath: /var/lib/docker
|
mountPath: /var/lib/docker
|
||||||
readOnly: true
|
readOnly: true
|
||||||
mountType: HOST
|
|
||||||
- name: cgroups
|
- name: cgroups
|
||||||
mountPath: /sys/fs/cgroup
|
mountPath: /sys/fs/cgroup
|
||||||
readOnly: true
|
readOnly: true
|
||||||
mountType: HOST
|
|
||||||
volumes:
|
volumes:
|
||||||
-name: var-run
|
- name: varrun
|
||||||
-name: var-lib-docker
|
source:
|
||||||
-name: var-cgroups
|
hostDir:
|
||||||
|
path: /var/run
|
||||||
|
- name: varlibdocker
|
||||||
|
source:
|
||||||
|
hostDir:
|
||||||
|
path: /var/lib/docker
|
||||||
|
- name: cgroups
|
||||||
|
source:
|
||||||
|
hostDir:
|
||||||
|
path: /sys/fs/cgroup
|
||||||
|
Loading…
Reference in New Issue
Block a user