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

Lengthening initial backoff time for EndpointSlice controller #89438

Commits on Mar 25, 2020

  1. Lengthening initial backoff time for EndpointSlice controller

    The EndpointSlice controller has the potential to manage a large number of resources that are updated frequently. Without proper backoffs in place, there is potential for it to unnecessarily overload the API Server with requests. This makes two significant changes: Increasing the base backoff from 5ms to 1s and making all syncs triggered by EndpointSlice changes delayed by at least 1 second to enable batching.
    robscott committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    94e5537 View commit details
    Browse the repository at this point in the history