Skip to content

Commit d64cc33

Browse files
committed
added extra config flags to helm deployment section in the guide
1 parent 2d41a9a commit d64cc33

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gpu/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ For Helm configurations where all the nodes have GPUs, you can set up the Datado
108108

109109
```yaml
110110
datadog:
111+
enable_nvml_detection: true
112+
collect_gpu_tags: true
111113
gpuMonitoring:
112114
enabled: true
113115
```
@@ -142,6 +144,8 @@ Additionally, if you need to select nodes based on the presence of a label key,
142144
# GPU-specific values-gpu.yaml (for GPU nodes)
143145
datadog:
144146
kubeStateMetricsEnabled: false # Disabled as we're joining an existing Cluster Agent
147+
enable_nvml_detection: true
148+
collect_gpu_tags: true
145149
gpuMonitoring:
146150
enabled: true
147151

0 commit comments

Comments
 (0)