Michael Pleshakov
Michael Pleshakov
### Proposed changes This PR extends the https://docs.nginx.com/nginx-ingress-controller/intro/how-nginx-ingress-controller-works doc with a new section to describe how the IC reloads NGINX.
**What would you like to be added**: Extend the documentation of the Name field of the HTTPQueryParamMatch to describe the edge case of having repeated query params with the same...
**What would you like to be added**: As part of the guides section of the docs (https://gateway-api.sigs.k8s.io/guides/), add a "Migrating from the Ingress resource" guide to help Ingress users adopt...
**What would you like to be added**: In the redirect examples here https://gateway-api.sigs.k8s.io/guides/http-redirect-rewrite/#redirects the backendRefs are always configured. Like below: ```yaml . . . rules: - filters: - type: RequestRedirect...
Hi folks, Noticed the following behavior. When a non-leader manager shuts down, it starts leader election runnables. In our project, we see the following in the logs ``` (this manager...
**What type of PR is this?** /kind test /area conformance **What this PR does / why we need it**: Listener isolation was clarified in https://github.com/kubernetes-sigs/gateway-api/pull/2465 This PR adds the corresponding...
**What would you like to be added**: A conformance test for https://github.com/kubernetes-sigs/gateway-api/blob/729d38f9bf17ff72d17f0148452416551296f67c/apis/v1alpha2/grpcroute_types.go#L436 **Why this is needed**: Increase conformance feature coverage of GRPCRoute
**What would you like to be added**: A conformance test for traffic splitting in GRPCRoute -- https://github.com/kubernetes-sigs/gateway-api/blob/729d38f9bf17ff72d17f0148452416551296f67c/apis/v1alpha2/grpcroute_types.go#L271 **Why this is needed**: Increase conformance feature coverage of GRPCRoute
As a maintainer of NGF I want to collect the number of used BackendTLS Policies So that I can understand if that feature is used and how many policies are...
### Proposed changes Problem: Non-functional scale test needs to be run manually. Solution: - Automate scale test. - Use in-cluster Prometheus to collect CPU, memory and NGF metrics. - Use...