Skip to content

Commit

Permalink
Add DCGM exporter daemonset for k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
guptaNswati committed Jun 1, 2018
1 parent 48701fa commit cda382f
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions exporters/prometheus-dcgm/dcgm-exporter-daemonset.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
apiVersion: extensions/v1beta1
kind: DaemonSet
metadata:
name: dcgm-exporter-daemonset
spec:
template:
metadata:
labels:
name: dcgm-exporter-ds
spec:
containers:
- image: nvidia/dcgm-exporter:1.4.3
name: dcgm-exporter
securityContext:
runAsNonRoot: false
runAsUser: 0
volumeMounts:
- name: collector-textfiles
mountPath: /run/prometheus
volumes:
- name: collector-textfiles
emptyDir:
medium: Memory

0 comments on commit cda382f

Please sign in to comment.