Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add localPV workload dashboard #29

Merged
merged 14 commits into from
Jun 28, 2021
Prev Previous commit
Next Next commit
Added configuration for node-exporter to enable metrics collection of…
… filesystem

Signed-off-by: Sahil Raja <[email protected]>
  • Loading branch information
rajaSahil committed Jun 16, 2021
commit eaf4b4b1526dfae20ced846ed40ca174a22b18ea
13 changes: 13 additions & 0 deletions deploy/charts/openebs-monitoring/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,19 @@ openebsMonitoringAddon:
## Configuration for kube-prometheus-stack subchart
kube-prometheus-stack:
install: true
prometheus-node-exporter:
## privilege and access control settings for node-exporter
securityContext:
fsGroup: 65534
runAsGroup: 0
runAsNonRoot: false
runAsUser: 0

## Additional container arguments
extraArgs:
- --collector.filesystem.ignored-mount-points=^/(dev|proc|sys|var/lib/docker/.+)($|/)
- --collector.filesystem.ignored-fs-types=^(tmpfs|autofs|binfmt_misc|cgroup|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|mqueue|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|sysfs|tracefs)$

prometheus:
service:
type: NodePort
Expand Down