cloudworkz / kube-eagle

A prometheus exporter created to provide a better overview of your resource allocation and utilization in a Kubernetes cluster.
MIT License
704 stars 46 forks source link

[feature/bug ?] Autoscaling and new node pool metrics #29

Closed samsja closed 4 years ago

samsja commented 4 years ago

I have just install kube-eagle and i like it a lot, however when I spaned a new node pool ( with autoscaling or manualy) kube eagle exporter wont install itself on it. In comparason the kube-exporter that deploy prometheus-operator automaticely do it on new node pool.

Is it a bug in my deployment configuration ? Or is it the normal case-utilisation and if it is how can I set up kube eagle so that it scrape my new node pool ?

weeco commented 4 years ago

I don't understand your question. Kube eagle works entirely different than node exporter (I assume you mean that because I don't know "kube-exporter"). Node exporter is a daemonset while Kube Eagle is not (because it scrapes the Kubernetes metrics server / master - see readme).

samsja commented 4 years ago

okay, I will reformulated.

Is that normal that I don't see any metrics (N/A) for a node pool that I have dynamically created after kube-eagle instalation ?

thanks for you answer !

weeco commented 4 years ago

No, please check the metrics endpoint to see whether the metrics about your new nodes appear there. It may take up to 5 minutes after a node is up until metrics appear there.

samsja commented 4 years ago

Okay, I will check and wait for the 5 minutes, thanks for you help !