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

UPSTREAM: 94112: Remove canonicalization of endpoints by endpoints controller for better comparison #372

Closed

Commits on Sep 23, 2020

  1. Copy the full SHA
    e46759b View commit details
    Browse the repository at this point in the history
  2. UPSTREAM: 94112: do not mutate endpoints in the apiserver

    the endpoints API handler was using the Canonicalize() method to
    reorder the endpoints, however, due to differences with the
    endpoint controller RepackSubsets(), the controller was considering
    the endpoints different despite they were not, generating unnecessary
    updates evert resync period.
    Antonio Ojea authored and damemi committed Sep 23, 2020
    Copy the full SHA
    02a3b6b View commit details
    Browse the repository at this point in the history