Skip to content

Commit

Permalink
node-agent: mount debugfs
Browse files Browse the repository at this point in the history
  • Loading branch information
apetruhin committed May 1, 2024
1 parent 9f1eb63 commit d25dbb1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/node-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: node-agent
description: A Prometheus exporter based on eBPF that gathers comprehensive container metrics.
type: application
version: 0.1.66
version: 0.1.67
appVersion: "1.18.10"
6 changes: 6 additions & 0 deletions charts/node-agent/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ spec:
- mountPath: /sys/kernel/tracing
name: tracefs
readOnly: false
- mountPath: /sys/kernel/debug
name: debugfs
readOnly: false
- mountPath: /tmp
name: tmp
readOnly: false
Expand All @@ -89,5 +92,8 @@ spec:
- hostPath:
path: /sys/kernel/tracing
name: tracefs
- hostPath:
path: /sys/kernel/debug
name: debugfs
- emptyDir: {}
name: tmp

0 comments on commit d25dbb1

Please sign in to comment.