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

There is an unclear statement in documentation in regards to AWS NLB Timeout. It [says](https://kubernetes.github.io/ingress-nginx/deploy/#nlb-idle-timeouts) that `keepalive_timeout` must be **less** than NLB (`350s`). With a default param of `75s,` my...

area/docs
needs-kind
needs-triage
needs-priority

K8s documentation shows that StorageBucket resource can easily be configured for an ingress (v1.19+). However I did not find any example how to make it work with ingress-nginx on GKE....

help wanted
kind/support
priority/backlog
lifecycle/rotten
triage/accepted

In a single node k8s setup, there is no need to enable leader-election inside the ingress-controller. The issue with constant leader election lease renewal is that it adds unwanted writes...

kind/feature
needs-triage
needs-priority

## What this PR does / why we need it: We removed the use of configmap as an election lock, so we will use the Lease API to complete the...

cncf-cla: yes
size/M
approved
needs-kind
needs-triage
area/helm
needs-priority

There are 5 ingress which always been upgraded via using Helm. Just wondering even If I upgrade 5 ingress's annotations, can it be just reloaded 1 time only?

kind/support
lifecycle/rotten
needs-triage
needs-priority

## What this PR does / why we need it: Logging for ingresses with no endpoints or services available is already present: 1. The service does not exist at all:...

cncf-cla: yes
size/M
kind/feature
priority/important-longterm
approved
ok-to-test
triage/accepted

**What happened**: **What you expected to happen**: **NGINX Ingress controller version** (exec into the pod and run nginx-ingress-controller --version.): **Kubernetes version** (use `kubectl version`): 1.22.9 **Environment**: - **Cloud provider or...

needs-kind
needs-triage
needs-priority

**NGINX Ingress controller version**: `0.47.0` **NGINX Ingress Helm Chart version**: `3.34.0` **Kubernetes version** (use `kubectl version`): ``` Client Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.1", GitCommit:"5e58841cce77d4bc13713ad2b91fa0d961e69192", GitTreeState:"clean", BuildDate:"2021-05-13T02:40:46Z", GoVersion:"go1.16.3", Compiler:"gc", Platform:"linux/amd64"} Server Version:...

help wanted
kind/bug
priority/important-longterm
lifecycle/frozen
triage/accepted

**NGINX Ingress controller version**: dev for 0.32 because of #5457, 0.34.1 **Kubernetes version** (use `kubectl version`): 1.18.2 **Environment**: - **Cloud provider or hardware configuration**: Bare metal - **OS** (e.g. from...

help wanted
kind/bug
priority/important-longterm
lifecycle/frozen
triage/accepted

https://kubernetes.github.io/ingress-nginx/deploy/#aws shows the direct application of a YAML manifest using `kubectl apply -f`. It is confusing / unspecified whether applying this file will function as a patch on existing resources...

area/docs
kind/documentation
needs-triage
needs-priority