ingress-nginx
ingress-nginx copied to clipboard
Ingress NGINX Controller for Kubernetes
**NGINX Ingress controller version** 4.0.1 **Kubernetes version** 1.21 **Environment**: Baremetal, helm, with the following relevant values: ``` enable-modsecurity: "true" enable-owasp-modsecurity-crs: "true" modsecurity-snippet: | SecRuleEngine On ``` Also using cert-manager for...
**What happened**: https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/ingress-path-matching.md and on the website it says `Regular expressions and wild cards are not supported in the spec.rules.host field. Full hostnames must be used.` **What you expected to...
## What this PR does / why we need it: fixes #8599 ## Types of changes - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New...
Signed-off-by: Edvin Norling ## What this PR does / why we need it: Visualize the internal-logger-address config flag in the documentation. This flag only used during usage of the chroot...
**What happened**: I'm running two controllers on my EKS cluster running on calico CNI (this forces me to overwrite a number of ports due to how the AWS CNI works...
I want each metric contains a label to point out it's ingressClass. Currently, is has a label `controller_class`, but this is ingressClass's controller, not ingressClass name.
**NGINX Ingress controller version** : 1.1.0 **Kubernetes version** : v1.21.7 **Environment**: - **Cloud provider or hardware configuration**: BareMetal - **OS** (e.g. from /etc/os-release): Ubuntu - **Kernel** (e.g. `uname -a`): 5.4.0-91-generic...
## What this PR does / why we need it: Originally certificate and private key are converted to DER format and then passed to `set_der_cert` and `set_der_priv_key`. The major drawback...
## What this PR does / why we need it: ingress-nginx does not support disabling escaping of special characters in the nginx log. This PR exposes the setting to support...
**NGINX Ingress controller version** (exec into the pod and run nginx-ingress-controller --version.): 1.1.0, 1.1.1 **Kubernetes version** (use `kubectl version`): 1.21.5 **Environment**: - **Cloud provider or hardware configuration**: GCP - **How...