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
The warnings reported by dataplane.BuildConfiguration() are nowredundant - they are reported as Conditions in the statuses of Gateway API resources, which includes warnings-related cases for:
invalid listener in an HTTPRoute
unresolved backend ref an HTTPRoute
Remove the code that generates and reports warnings.
The warnings reported by dataplane.BuildConfiguration() are now
redundant - they are reported as Conditions in the statuses of
Gateway API resources, which includes warnings-related cases for:
* invalid listener in an HTTPRoute
* unresolved backend ref an HTTPRoute
This commit removes the code, which generates and reports warnings.
Additionally, the commit fixes a related test TestBuildConfiguration
case "invalid listener": if a listener is invalid, it cannot include
any Routes and AcceptedHostnames, so those fields are removed.
Fixes#467
The warnings reported by dataplane.BuildConfiguration() are now
redundant - they are reported as Conditions in the statuses of
Gateway API resources, which includes warnings-related cases for:
* invalid listener in an HTTPRoute
* unresolved backend ref an HTTPRoute
This commit removes the code, which generates and reports warnings.
Additionally, the commit fixes a related test TestBuildConfiguration
case "invalid listener": if a listener is invalid, it cannot include
any Routes and AcceptedHostnames, so those fields are removed.
Fixes#467
miledxz
added a commit
to miledxz/nginx-gateway-fabric
that referenced
this issue
Jan 14, 2025
The warnings reported by dataplane.BuildConfiguration() are now
redundant - they are reported as Conditions in the statuses of
Gateway API resources, which includes warnings-related cases for:
* invalid listener in an HTTPRoute
* unresolved backend ref an HTTPRoute
This commit removes the code, which generates and reports warnings.
Additionally, the commit fixes a related test TestBuildConfiguration
case "invalid listener": if a listener is invalid, it cannot include
any Routes and AcceptedHostnames, so those fields are removed.
Fixesnginx#467
The warnings reported by dataplane.BuildConfiguration() are nowredundant - they are reported as Conditions in the statuses of Gateway API resources, which includes warnings-related cases for:
Remove the code that generates and reports warnings.
https://github.com/nginxinc/nginx-kubernetes-gateway/blob/99320a55aa253df4920d9e08f1b166afab500483/internal/state/change_processor.go#L174
Aha! Link: https://nginx.aha.io/features/NKG-55
The text was updated successfully, but these errors were encountered: