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

[gateway2] Updates Gateway Controller Watch Predicate #10107

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Sep 30, 2024

  1. [gateway2] Updates Gateway Controller Watch Predicate

    Previously, the controller would only watch Gateway objects
    for `generation` field changes which is not updated when annotations
    change. Since Gateway reconciliation should be triggered when the
    `gateway.gloo.solo.io/gateway-parameters-name` annotation is added,
    removed, or modified, the predicate was updated to check for changes
    in either the generation field or the annotations.
    
    Fixes solo-io#10099
    
    Signed-off-by: Daneyon Hansen <[email protected]>
    danehans committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    73aa22f View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

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