Skip to content

Latest commit

 

History

History

node-exporter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Helm Chart for node-exporter

Version: 1.6.0 Type: application AppVersion: 1.8.1

Prometheus exporter for hardware and OS metrics exposed by *NIX kernels, written in Go with pluggable metric collectors.

Installing the Chart

To install the chart with the release name node-exporter:

$ helm repo add romanow https://romanow.github.io/helm-charts/
$ helm repo update
$ helm install node-exporter romanow/node-exporter

Uninstalling the Chart

To uninstall the node-exporter installation:

helm uninstall node-exporter

Configuration

Key Type Default Description
image object
{
  "pullPolicy": "IfNotPresent",
  "repository": "prom/node-exporter",
  "tag": "v1.8.1"
}
Image name and version
port int
9100
Node Exporter port
resources.limits object
{
  "cpu": "200m",
  "memory": "512Mi"
}
Limited resources
resources.requests object
{
  "cpu": "200m",
  "memory": "512Mi"
}
Requested resources
serviceName string
.Release.Name
Custom service name

Sources

Maintainer

Name Email Url
Romanov Alexey romanowalex@mail.ru https://romanow.github.io