prometheus / node_exporter

Exporter for machine metrics

Home Page:https://prometheus.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lifecycle preStop missing

jonathanribas opened this issue · comments

node_exporter version: output of node_exporter --version

1.6.1

What did you do that produced an error?

We would like to gracefully kill Node Exporter pods. Actually, as we have auto scalling, when a node is running away, Node Exporter pod is not killed gracefully, it means some requests couldn't reach their destination as Node Exporter is the first entry point of every requests.

What did you expect to see?

Have the possibility to setup a lifecycle preStop to Node Exporter container.

This sound like something you want to setup in the k8s manifests you use to deploy this. But tbh, I'm not fully clear what you want to achieve..

In general, for questions/help/support please use our community channels. There are more people available to potentially respond to your request and the whole community can benefit from the answers provided.