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

OCPBUGS-17157: pkg/controller: use a metadata watch for CRDs #3014

Commits on Aug 21, 2023

  1. pkg/controller: use a metadata watch for CRDs

    Using a full LIST+WATCH is an optimization, with trade-offs. Holding the
    state of the world for CRDs in memory when we rarely, if ever, actually
    need to access them is a bad use of that trade-off, especially when the
    sum total size of CRDs on even the most basic cluster is O(20MiB).
    
    Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
    stevekuznetsov committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    b8f147f View commit details
    Browse the repository at this point in the history