26 Commits
Author SHA1 Message Date
Manuel Rüger 9710412e17 [stable/prometheus-node-exporter] Version bump to 1.0.1 (#23151)
https://github.com/prometheus/node_exporter/releases/tag/v1.0.1

Try fixing CI as suggested by @vsliouniaev

Signed-off-by: Manuel Rüger <manuel@rueg.eu>
2020-07-15 06:36:38 -07:00
Hong Shick Pak 38a8dff984 Add relabelings config for node-exporter ServiceMonitor (#22764)
Signed-off-by: Hong Shick Pak <hong@hspak.com>
2020-06-16 01:26:03 -07:00
Steven Sheehy 51e85eae1f [stable/prometheus-node-exporter] Upgrade to 1.0.0 & set group to non-root (#22603)
Signed-off-by: Steven Sheehy <steven.sheehy@hedera.com>
2020-05-31 00:41:53 -07:00
Suraj Deshmukh 55f6ee71e2 prometheus node exporter: Configure exposing IP (#21490)
Right now node exporter exposes the user defined port on all the
interfaces using `0.0.0.0`.

This commit changes the behavior by adding a boolean
`service.listenOnAllInterfaces` which lets user decide if it should
expose the node exporter pod on all interfaces or only on the IP which
pod is assigned.

Signed-off-by: Suraj Deshmukh <surajd.service@gmail.com>
2020-03-19 06:45:23 -07:00
Sergey Monakhov 65f1f381e2 [stable/prometheus-node-exporter] node-exporter add sidecar (#20952)
* added sidecar containers to node-exporter

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* update daemonset

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>
2020-02-22 07:20:46 -08:00
Mike Gee e323fcdf44 [stable/prometheus-node-exporter] Add updateStrategy to template (#20858)
Signed-off-by: Mike Gee <geezyx@gmail.com>
2020-02-19 13:37:46 -08:00
Alex Williams 75a0908397 [prometheus-node-exporter] - add podAnnotations value (#17740)
Signed-off-by: Alex Williams <alex.williams@skyscanner.net>
2019-12-17 07:53:59 -08:00
Alexander Katsyuba 90590531b8 Prometheus node exporter namespace override (#18982)
* [stable/prometheus-node-exporter] Override of namespace

Signed-off-by: Alexander Katsyuba <arruzk@gmail.com>

* [stable/prometheus-node-exporter] Fix notes.txt and ClusterRole

Signed-off-by: Alexander Katsyuba <arruzk@gmail.com>

* [stable/kube-state-metrics] Bump chart version

Signed-off-by: Alexander Katsyuba <arruzk@gmail.com>
2019-11-19 05:21:42 -08:00
Vasily Sliouniaev c42002a21a [stable/prometheus-node-exporter] Fix maps -> slices, bump version (#18527)
* Fix maps -> slices, bump vers

Signed-off-by: vas <vasily.sliouniaev@jet.com>

* Bump version, fix README.md

Signed-off-by: vas <vasily.sliouniaev@jet.com>
2019-11-04 03:09:40 -08:00
Arno Uhlig e2e296d7a1 allow mounting configmaps (#15356)
Signed-off-by: Arno Uhlig <arno.uhlig@sap.com>
2019-07-28 05:55:53 -07:00
branttaylor d0f76ef2a2 removed errant space in commented line (#15661)
Signed-off-by: Brant Taylor <brant.taylor@lifeway.com>
2019-07-26 03:08:10 -07:00
Ryan Belgrave 049be7b0a8 [stable/prometheus-node-exporter] add scrapeTimeout for the service monitor (#14293)
Signed-off-by: Ryan Belgrave <ryan.belgrave@optum.com>
2019-06-27 15:20:10 -07:00
David J. M. Karlsen 2e2d0d1e3d [stable/prometheus-node-exporter] Upgrade to 0.18.0 (#13739)
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
2019-05-20 04:23:23 -07:00
Christian Cöster 6f0c414c81 [stable/prometheus-node-exporter] configurable host network (#12747)
* [stable/prometheus-node-exporter] Make hostNetwork configurable

Signed-off-by: Christian Cöster <christian.coester@de.clara.net>

* [stable/prometheus-node-exporter] Update README.md

Signed-off-by: Christian Cöster <christian.coester@de.clara.net>

* [stable/prometheus-node-exporter] Bump chart version

Signed-off-by: Christian Cöster <christian.coester@de.clara.net>
2019-04-03 02:25:56 -07:00
Ryan Belgrave c39be54530 add prometheus service monitor to prometheus node exporter (#12004)
Signed-off-by: Ryan Belgrave <ryan.belgrave@optum.com>
2019-03-07 13:22:04 -08:00
Karol Chrapek b032d016db [stable/prometheus-node-exporter] Add options to change volume mount propagation (#11194)
* Add options to change volume  mount propagation

Signed-off-by: Karol Chrapek <kaarol@it-flow.pl>

* Add missing new line

Signed-off-by: Karol Chrapek <kaarol@it-flow.pl>
2019-02-18 02:37:01 -08:00
Kyle von Bredow e60adf7587 [stable/prometheus-node-exporter] Add nodeSelector to DaemonSet (#10952)
* Add nodeSelector to prometheus-node-exporter DaemonSet

Signed-off-by: Kyle von Bredow <kylevonbredow@gmail.com>

* Add affinity to prometheus-node-exporter DaemonSet

Signed-off-by: Kyle von Bredow <kylevonbredow@gmail.com>
2019-01-31 12:24:45 -08:00
Maria Niță dbefc14cdb [prometheus-node-exporter] - Bump app version to 0.17.0 ADDENDUM (#10125)
Signed-off-by: Maria Nita <nita@adobe.com>
2018-12-20 02:30:45 -08:00
rmakram-ims 611f050e87 [stable/prometheus-node-exporter]Add support for nodePort (#9754)
* [stable/prometheus-node-exporter]Add support for nodePort

Signed-off-by: Roger Makram <roger.makram@intelerad.com>

* bump version to 1.0.0 since its stable

needed to bump anyways as this isn't really a patch update.

Signed-off-by: Paul Czarkowski <username.taken@gmail.com>
2018-12-17 12:00:28 -08:00
Kangseok Thomas Lee 39dfa9f52b [stable/prometheus-node-exporter] add securityContext value (#9618)
it needs to be configurable.

Signed-off-by: gangseok.lee <gangseok.lee@samsung.com>
2018-12-02 12:04:57 -08:00
chrisob 2a7038bbdb Add priorityClassName option to values (#9483)
Signed-off-by: Chris O'Brien <chrisob91@gmail.com>
2018-11-22 09:01:10 -08:00
Arno Uhlig fe0f8e2dc7 [prometheus-node-exporter] allow setting additional host mounts (#8117)
* [prometheus-node-exporter] allow setting additional host mounts

Signed-off-by: Arno Uhlig <arno.uhlig@sap.com>

* bump to 0.5.0

Signed-off-by: Arno Uhlig <arno.uhlig@sap.com>
2018-10-04 04:44:51 -07:00
Denis Baryshev 57c8fb1c51 added service annotations with the default value (#8086)
Signed-off-by: Denis Baryshev <dennybaa@gmail.com>
2018-10-02 13:14:55 -07:00
Giancarlo Rubio 5f90470b7a [prometheus-node-exporter] Add ability to customize labels and endpoints, Pod security policy (#6742)
* Add ability to customize labels and endpoints, Pod security policy

* Fix indentation

* Fix indentation

* Review readme.md

* rollback selectors
2018-07-26 12:36:55 -07:00
Giancarlo Rubio 26d94b15c8 [Node-exporter] Add extra flags arguments and rollingUpdate strategy (#5699)
* specify rolling update strategy

* add extra args

* review readme

* bump chart version
2018-05-23 02:30:32 -07:00
Giancarlo Rubio fb65df5bd0 add prometheus node exporter chart (#4260)
* add prometheus node exporter chart

* Add owners file

* Addedd home tag

* Review README table, remove rbac from values
2018-03-30 09:18:02 -07:00