Skip to content

Commit

Permalink
Merge branch 'daemonset-port9400' into 'master'
Browse files Browse the repository at this point in the history
for K8s/oc, move DCGM from port 8080 to port 9400

See merge request nvidia/container-toolkit/gpu-monitoring-tools!13
  • Loading branch information
nvjmayo committed May 1, 2020
2 parents 119093d + 5275ad8 commit 214a5f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@ spec:
spec:
containers:
- image: nvidia/dcgm-exporter:2.0.0-rc.0
env:
- name: DCGM_EXPORTER_PORT
value: 9400
name: dcgm-exporter
ports:
- name: gpu-metrics
containerPort: 8080
containerPort: 9400
securityContext:
runAsNonRoot: false
runAsUser: 0
Expand Down

0 comments on commit 214a5f3

Please sign in to comment.