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-41892: Single Watch on GWAPI CRD #1165

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 28, 2024

  1. gatewayapi: Use single watch for CRDs

    Replace the multiple watches for Gateway API CRDs with a single CRD watch, with
    a predicate to filter CRDs based on the gatewayapiv1.GroupName.  This ensures
    that only relevant CRDs are watched, reducing unnecessary reconciliation
    requests and log messages.
    
    This commit fixes OCPBUGS-41892.
    
    https://issues.redhat.com/browse/OCPBUGS-41892
    Ali Syed committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    f3551d0 View commit details
    Browse the repository at this point in the history