Michael Pleshakov
Michael Pleshakov
https://github.com/kubernetes-sigs/gateway-api/issues/2901
simple propotype -- https://github.com/pleshakov/nginx-kubernetes-gateway/tree/feature/custom-template
There are few possible improvements: (1) For the controller for Secrets, we can make it watch for metadata changes, instead of the whole object changes. This should prevent NGF from...
From NGINX community slack https://nginxcommunity.slack.com/archives/C03SXACMUBE/p1708990162329589 , there is also a related `large_client_header_buffers` directive -- https://nginx.org/en/docs/http/ngx_http_core_module.html#large_client_header_buffers
@brianehlert > NIC has run into a number of customer situations where customers set their limits so lean as even a back end service scaling event can cause OOM or...
https://github.com/kubernetes-sigs/gateway-api/issues/2900
Statuses of Gateway API resources are designed so that multiple controllers can update them independently and do not overwrite each other updates. For example, for HTTPRoute, each Controller will create...
example of a clean up that wasn't complete -- https://github.com/nginxinc/nginx-gateway-fabric/actions/runs/9306728832/job/25616520648 clean up failed to delete created cluster
@llegolas thanks for pointing that out! we'll fix shortly
@llegolas It makes sense to put that directive into the location context. it makes sense to be able to configure the directive both through the env variable and annotation. we'd...