ingress-nginx icon indicating copy to clipboard operation
ingress-nginx copied to clipboard

Ingress NGINX Controller for Kubernetes

Results 661 ingress-nginx issues
Sort by recently updated
recently updated
newest added

**What happened**: After upgrading from v1.8.0 to v1.12.1 (via helm chart v4.12.1) our application which used regex pathing for the proxy-cookie-path annotation started erroring out in the ingress-nginx pod logs...

kind/bug
needs-triage
needs-priority

kubectl get ingress -w NAME CLASS HOSTS ADDRESS PORTS AGE auth-service dev-klara.theklara.com a414f661942514c59b0b65fe7b44db33-1821700671.eu-central-1.elb.amazonaws.com 80, 443 56d chat-service dev-klara.theklara.com ae866ce64bcc74c16bec15b69f903ab4-470541560.eu-central-1.elb.amazonaws.com 80, 443 10d gateway-bff dev-klara.theklara.com 80, 443 16m klara-core dev-klara.theklara.com a414f661942514c59b0b65fe7b44db33-1821700671.eu-central-1.elb.amazonaws.com...

kind/bug
needs-triage
needs-priority

**What happened**: POST with 10mb body leads to dropped request with error: ``` 2025/02/20 15:24:11 [crit] 517#517: *74177 pread() "/tmp/nginx/client-body/0000000041" failed (9: Bad file descriptor) while sending request to upstream...

kind/support
lifecycle/frozen
triage/needs-information
needs-priority

Currently NGINX logs a warning for requests that are bigger than the configured client in-memory buffer (https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/#client-body-buffer-size): `[warn] 128#128: *5837 a client request body is buffered to a temporary file...

kind/feature
lifecycle/frozen
needs-triage
needs-priority

Hello, Azure is ending support for the poperty NumberOfProbes in 2027. When creating a service using ingress-nginx in AKS that creates a load balancer in Azure we can see that...

needs-kind
needs-triage
needs-priority

## What this PR does / why we need it: kubectl exec [POD] [COMMAND] had been deprecated for 5 years, and they've just removed it now. After some gdb'ing i...

cncf-cla: yes
size/XS
needs-ok-to-test
needs-kind
needs-triage
needs-priority

hello all, i have a 5 ingress-nginx controllers installed in my EKS cluster that have load balancer all installed as helm charts. however only one ingress-nginx controller and only on...

kind/support
triage/needs-information
needs-priority

Hi, I need to route requests to different services based on the request header values: MODE="DEV", MODE="TEST", and MODE="LIVE". I tried using Canary deployments, but I was only able to...

needs-kind
needs-triage
needs-priority

## What this PR does / why we need it: This change helps add `extraVolumes` and `extraVolumeMounts` for the AdmissionsWebhooks Job-Patch createSecret and patchwebhook Jobs. Currently if `automountServiceAccountToken` is set...

cncf-cla: yes
size/M
kind/feature
priority/backlog
needs-ok-to-test
do-not-merge/hold
triage/accepted
area/helm

### Adding module to the base image I'm customizing the ingress-nginx controller by using a modified nginx-base image. Specifically, I want to add the NJS module to enable advanced CORS...

kind/support
needs-triage
needs-priority