Commit 44e40669 authored by Daniel Smith's avatar Daniel Smith

Merge pull request #583 from vmarmol/update-cadvisor

Update the cAdvisor manifest for the new volume type.
parents 57b258e4 db38b114
......@@ -8,19 +8,25 @@ containers:
containerPort: 8080
hostPort: 5000
volumeMounts:
- name: var-run
- name: varrun
mountPath: /var/run
readOnly: false
mountType: HOST
- name: var-lib-docker
- name: varlibdocker
mountPath: /var/lib/docker
readOnly: true
mountType: HOST
- name: cgroups
mountPath: /sys/fs/cgroup
readOnly: true
mountType: HOST
volumes:
-name: var-run
-name: var-lib-docker
-name: var-cgroups
- name: varrun
source:
hostDir:
path: /var/run
- name: varlibdocker
source:
hostDir:
path: /var/lib/docker
- name: cgroups
source:
hostDir:
path: /sys/fs/cgroup
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