Michael Pleshakov

Results 42 issues of 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.

documentation

**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...

kind/cleanup

**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...

documentation
help wanted

**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...

documentation

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...

kind/bug
priority/critical-urgent

**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...

ok-to-test
approved
release-note
do-not-merge/hold
needs-rebase
cncf-cla: yes
lgtm
size/L
area/conformance
kind/test

**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

lifecycle/stale
needs-triage
area/conformance

**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

help wanted
needs-triage
area/conformance

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...

area/security
area/telemetry

### 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...

tests