Skip to content

Commit

Permalink
feat: add rules for kubelet node metrics (open-telemetry#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogercoll committed Jul 31, 2024
1 parent fc559d7 commit 411a77e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions kubernetes/elastic-helm/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,22 @@ extraEnvs:
configMap:
create: false
existingName: elastic-otelcol-agent-ds

# kubeletstats additional rules for Node metrics
clusterRole:
create: true
rules:
- apiGroups:
- ""
resources:
- nodes/proxy
verbs:
- get
- apiGroups:
- ""
resources:
- nodes
verbs:
- get
- watch
- list

0 comments on commit 411a77e

Please sign in to comment.