Michael Pleshakov

Results 81 comments of Michael Pleshakov

a full workaround example is mentioned in this comment -- https://github.com/nginxinc/kubernetes-ingress/issues/1250#issuecomment-798940775

Hi @pistoolster Unfortunately, we don't support regex in rewrites in Ingress resources. However, we do support them in VirtualServer resource -- https://github.com/nginxinc/kubernetes-ingress/tree/v2.1.0/examples/custom-resources/rewrites

@dcowden Maybe the following approach can work you? If you want to drain particular pods, you change the corresponding Ingress resource by adding an annotation that specifies which pods to...

@dcowden thanks for providing more details. It looks like it is possible to accomplish session draining through the Ingress controller. Unfortunately, once a pod enters the terminating state, its endpoint...

Hi @yashvardhan-kukreja > Hi @pleshakov , I would love to contribute to this one. that's great! I'd recommend to wait until any of the maintainers replied that this issue makes...

@robscott at NGINX Kubernetes Gateway we have implemented request redirect filter but without support for the path field yet [link](https://github.com/nginxinc/nginx-kubernetes-gateway/blob/main/docs/gateway-api-compatibility.md#httproute)

Hi @yashvardhan-kukreja > Hi @pleshakov I would love to contribute this. that's great! I'd recommend to wait until any of the maintainers replied that this issue makes sense or ask...

Some implementation notes: If there 0 Endpoints, NGF will generate: ``` upstream default_coffee_80 { random two least_conn; zone default_coffee_80 512k; server unix:/var/lib/nginx/nginx-502-server.sock; } ``` if backend doesn't exist (svc doesn't...

> If you wanted to verify that this test can be run in the pipeline and close out https://github.com/nginxinc/nginx-gateway-fabric/issues/1927, you could create this branch on the upstream repo and then...

We discussed in our community meeting today. We think it will be useful. We're thinking about allowing cluster operators to fully customize annotations of the Gateway as well as Listeners....