You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When investigating the code, I noticed that the endpoint and endpoints controller are watching all pods update, which may lead high cpu usage. Why not just watch the endpoint/endpoints updates, the pod updates should finally be reflected to endpoint/endpointslice.
When investigating the code, I noticed that the endpoint and endpoints controller are watching all pods update, which may lead high cpu usage. Why not just watch the endpoint/endpoints updates, the pod updates should finally be reflected to endpoint/endpointslice.
We generate endpointslices for every Service in cluster, even they will never be exported across clusters.
We should only generate endpointslices for services which has ServiceExport.
The text was updated successfully, but these errors were encountered: