Dustin Hemmerling
Results
2
comments of
Dustin Hemmerling
trafficstars
We filter `ListServices` calls by namespace ID, so services exported across many namespaces in a clusterset will cause cache misses and throttling, even in a single cluster.
We can change the key on the service id cache to namespace + service name, and filter the `ListServices` call against the relevant namespace IDs on reconcile. As a workaround...