Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated backport of #1625: Remove broker resync period for ServiceImport and #1627

Commits on Aug 26, 2024

  1. Remove broker resync period for ServiceImport and EndpointSlices

    This has proven to be problematic at larger scale, significantly
    increasing latencies due to the rate limiting. It was put in to
    easily handle a hypothetical, unlikely edge case where a service
    namespace is deleted then recreated but the potential performance
    hit to handle it in this manner isn't worth it. Now that the
    resource syncer can watch namespaces, we can handle it there.
    
    Fixes submariner-io#1623
    
    Signed-off-by: Tom Pantelis <[email protected]>
    tpantelis committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    2c658e7 View commit details
    Browse the repository at this point in the history