--- apiVersion: v1 kind: List items: - apiVersion: v1 kind: ServiceAccount metadata: labels: provider: fabric8 project: prometheus-node-exporter version: 2.2.328 group: io.fabric8.devops.apps name: node-exporter - apiVersion: extensions/v1beta1 kind: DaemonSet metadata: annotations: fabric8.io/git-commit: 095f5b74af3a29bf005ade0f2c0fbdd3303ba42d fabric8.io/metrics-path: dashboard/file/kubernetes-pods.json/?var-project=prometheus-node-exporter&var-version=2.2.328 fabric8.io/scm-con-url: scm:git:git@github.com:fabric8io/fabric8-devops.git/prometheus-node-exporter fabric8.io/scm-url: http://github.com/fabric8io/fabric8-devops/prometheus-node-exporter fabric8.io/iconUrl: https://cdn.rawgit.com/fabric8io/fabric8-devops/master/prometheus-node-exporter/src/main/fabric8/icon.png fabric8.io/git-branch: release-v2.2.328 fabric8.io/scm-devcon-url: scm:git:git@github.com:fabric8io/fabric8-devops.git/prometheus-node-exporter fabric8.io/scm-tag: fabric8-devops-2.0.1 labels: provider: fabric8 project: prometheus-node-exporter version: 2.2.328 group: io.fabric8.devops.apps name: node-exporter spec: selector: matchLabels: project: prometheus-node-exporter provider: fabric8 group: io.fabric8.devops.apps template: metadata: labels: provider: fabric8 project: prometheus-node-exporter version: 2.2.328 group: io.fabric8.devops.apps name: node-exporter spec: containers: - args: - -collector.procfs - /host/proc - -collector.sysfs - /host/proc - -collector.filesystem.ignored-mount-points - ^/(sys|proc|dev|host|etc)($|/) image: prom/node-exporter name: node-exporter ports: - containerPort: 9100 name: scrape volumeMounts: - mountPath: /host/proc name: host-proc readOnly: true - mountPath: /host/sys name: host-sys readOnly: true - mountPath: /rootfs name: host-root readOnly: true hostNetwork: true serviceAccountName: node-exporter volumes: - hostPath: path: /proc name: host-proc - hostPath: path: /sys name: host-sys - hostPath: path: / name: host-root