Since we offer support for a lot of different APIs, and attempt discovery for all of them on startup there can be quite a lot of network requests in a complex setup.
Kubernetes 1.26 introduces the concept of aggregated discovery (feature gate enabled in Kubernetes 1.27); it minimises the network traffic, and would thus be a great thing to implement. See the following link for more info.
Since we offer support for a lot of different APIs, and attempt discovery for all of them on startup there can be quite a lot of network requests in a complex setup.
Kubernetes 1.26 introduces the concept of aggregated discovery (feature gate enabled in Kubernetes 1.27); it minimises the network traffic, and would thus be a great thing to implement. See the following link for more info.
Aggregated Discovery