ingress-nginx
ingress-nginx copied to clipboard
Ingress NGINX Controller for Kubernetes
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...
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....
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...
## 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...
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?
## 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:...
**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...
**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:...
**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...
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...