-
Notifications
You must be signed in to change notification settings - Fork 129
Open
Labels
enhancementNew feature or requestNew feature or request
Description
TL;DR
In a cluster with many nodes (> 200), the status check will requests each servers by ID every 5 minutes. While this seem benign on smaller cluster, it does exhaust the API request budget of larger clusters.
Having a way to cache the list of servers for e.g. 10s or 30s (user config?) and check the status of a node in that pool, could already cut the amount of requests by a lot.
Expected behavior
Allow to cache a list of servers for a user defined amount of time, to reduce the amount of API requests made by the cloud controller manager, while checking the status of a node.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request