You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, NGINX Gateway only supported a single Gateway resource
that must have had 'nginx-gateway/gateway' namespace/name.
This commit removes that hard-corded requirement: Now NGINX Gateway will
select the Gateway resource among all resources that belong to
NGINX Gateway (i.e. reference NGINX Gateway corresponding GatewayClass).
In case of multiple Gateway resources, NGINX Gateway will use a
deterministic conflict resolution strategy: it will choose the oldest
resource based on the creation timestamp. If the timestamps are equal,
NGINX Gateway will chose the resource that appears alphabetically first
based on its namespace and then name.
0 commit comments