mirror of
https://github.com/helm/charts.git
synced 2026-08-23 14:27:18 +00:00
The new version brings the following fixes - Fixed several potential busy loops - Added a k8s-exporter-heartbeat-period flag to make the heart beat period of K8s exporter configurable. - Fixed a potential NPD panic caused by close of closed channel - Added Stackdriver exporter for NPD - Collect a lot more useful CPU/disk/memory metrics - Fix a few metric units for disk metrics and the calculation for disk_avg_queue_len - Fix the first 0 value metrics reported for disk_avg_queue_len - Improve network_problem.sh to support nf_conntrack and report error when conntrack table is 90% full. - Support host_uptime metrics for CentOS Signed-off-by: Markos Chandras <markos@chandras.me>
27 lines
793 B
YAML
27 lines
793 B
YAML
apiVersion: v1
|
|
name: node-problem-detector
|
|
version: "1.7.0"
|
|
appVersion: v0.8.1
|
|
home: https://github.com/kubernetes/node-problem-detector
|
|
description: Installs the node-problem-detector daemonset for monitoring extra attributes on nodes
|
|
icon: https://github.com/kubernetes/kubernetes/raw/master/logo/logo.png
|
|
keywords:
|
|
- node
|
|
- problem
|
|
- detector
|
|
- monitoring
|
|
sources:
|
|
- https://github.com/kubernetes/charts/stable/node-problem-detector
|
|
- https://github.com/kubernetes/node-problem-detector
|
|
- https://kubernetes.io/docs/concepts/architecture/nodes/#condition
|
|
maintainers:
|
|
- name: max-rocket-internet
|
|
email: max.williams@deliveryhero.com
|
|
- name: Random-Liu
|
|
email: lantaol@google.com
|
|
- name: andyxning
|
|
email: andy.xning@gmail.com
|
|
- name: wangzhen127
|
|
email: zhenw@google.com
|
|
engine: gotpl
|