-
Notifications
You must be signed in to change notification settings - Fork 2k
Enhance node metrics caching #1736
Copy link
Copy link
Open
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Type
Projects
Status
Needs Triage
What would you like to be added:
Support multiple requests in one resolution period.
Why is this needed:
I found that metrics-server does not truly cache node metrics. For example, with high-loaded cluster, part of cluster's kubelets' requests went timeout during each metrics collection (varying nodes each time) — leaving metrics-server almost unable to provide a complete set of node metrics, regardless of how the resolution is adjusted.
PS: If this proposal is adopted, I’d greatly appreciate the opportunity to participate in the modifications.
/kind feature