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

Requeue ServiceExport when the global IP becomes available #1551

Merged
merged 2 commits into from
May 7, 2024

Commits on Apr 30, 2024

  1. Requeue ServiceExport when the global IP becomes available

    ...rather than continuously re-queueing/retrying when it isn't available yet.
    This reduces the amount of re-queueing which can accumulate significant delays
    over time at scale due to the queue's bucket rate limiter. The
    globalIngressIPCache was adjusted to take a callback to be notified when the
    associated GlobalIngressIP is created or updated.
    
    Signed-off-by: Tom Pantelis <[email protected]>
    tpantelis committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    750366c View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    44b2192 View commit details
    Browse the repository at this point in the history