Skip to content

Commit

Permalink
apps wc: add instance type to kube_node_labels metric
Browse files Browse the repository at this point in the history
  • Loading branch information
lunkan93 committed Sep 12, 2024
1 parent 06a9b26 commit e7f2c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helmfile.d/values/kube-prometheus-stack-wc.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ kube-state-metrics:
{{- end }}

metricLabelsAllowlist:
- nodes=[topology.kubernetes.io/zone,elastisys.io/node-group]
- nodes=[topology.kubernetes.io/zone,elastisys.io/node-group,node.kubernetes.io/instance-type]

prometheus-node-exporter:
resources: {{- toYaml .Values.prometheusNodeExporter.resources | nindent 4 }}
Expand Down

0 comments on commit e7f2c15

Please sign in to comment.