Skip to content

Commit

Permalink
chore(gpu-operator): relabel instance to node name
Browse files Browse the repository at this point in the history
  • Loading branch information
jfroy committed Jan 13, 2025
1 parent 2c5c447 commit 068747d
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ spec:
dcgmExporter:
serviceMonitor:
enabled: true
honorLabels: true
relabelings:
- sourceLabels: ["__meta_kubernetes_pod_node_name"]
regex: (.*)
targetLabel: instance
replacement: $1
action: replace
postRenderers:
- kustomize:
patches:
Expand Down

0 comments on commit 068747d

Please sign in to comment.