Skip to content

Commit

Permalink
EKS: kube-state-metrics includes node/capacityType label
Browse files Browse the repository at this point in the history
  • Loading branch information
caruccio committed May 2, 2023
1 parent 1c4be2b commit bc60dde
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions templates/eks/manifests/provider/helmrelease-monitoring.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: monitoring
namespace: flux-system
spec:
values:
kube-state-metrics:
extraArgs:
- --metric-labels-allowlist=nodes=[eks.amazonaws.com/capacityType]

0 comments on commit bc60dde

Please sign in to comment.