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

Ingress NGINX Controller for Kubernetes

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

**NGINX Ingress controller version** (exec into the pod and run nginx-ingress-controller --version.): n/a **Kubernetes version** (use `kubectl version`): Client Version: version.Info{Major:"1", Minor:"22", GitVersion:"v1.22.4", GitCommit:"b695d79d4f967c403a96986f1750a35eb75e75f1", GitTreeState:"clean", BuildDate:"2021-11-17T15:48:33Z", GoVersion:"go1.16.10", Compiler:"gc", Platform:"darwin/arm64"} **Environment**:...

kind/bug
needs-triage
needs-priority

At present the documentation for [`keep-alive`](https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/#keep-alive) is rather vague as to its type or unit. > Sets the time during which a keep-alive client connection will stay open on the...

needs-kind
needs-triage
needs-priority

## What this PR does / why we need it: This PR change data source for nginx upstreams from endpoints to endpointSlices. It drops endpoints as they are mirrored to...

cncf-cla: yes
size/XL
kind/feature
priority/backlog
ok-to-test
triage/accepted
area/helm
area/stabilization

Signed-off-by: James Strong migrating to templates to help get more information from the requests.

cncf-cla: yes
size/L
do-not-merge/work-in-progress
approved
needs-kind
needs-triage
needs-priority

Issue Details Multiple CVE detected in latest "helm-chart-4.1.0" release Image `k8s.gcr.io/ingress-nginx/controller@sha256:d8196e3bc1e72547c5dec66d6556c0ff92a23f6d0919b206be170bc90d5f918` ID `sha256:04fcc70194086eb9118c8a015dc455c0f7f0249b10346f8b03f97d86ae99fb0c` OS distribution `Alpine Linux v3.14` OS `release3.14.6` Digest `sha256:d8196e3bc1e72547c5dec66d6556c0ff92a23f6d0919b206be170bc90d5f9185` Severity : critical Package : go Description :...

kind/bug
priority/important-soon
triage/accepted

## What this PR does / why we need it: the `gavy/httpexpect` library is not maintained and this PR raises a simpler alternative solution for the library. The idea is...

cncf-cla: yes
size/L
kind/feature
priority/important-soon
ok-to-test
triage/accepted
area/stabilization

Signed-off-by: James Strong ## What this PR does / why we need it: ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [X]...

cncf-cla: yes
size/M
kind/feature
priority/backlog
approved
triage/accepted
area/stabilization

We need a version without the vulnerability [CVE‑2021‑3618](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3618). The vulnerability seems to be fixed in Nginx starting with release 1.21.0. Since none of the Ingress-Nginx versions use those releases all...

kind/feature
priority/critical-urgent
triage/accepted
area/security

When I enable the cors header using this annotation: nginx.ingress.kubernetes.io/enable-cors: "true" nginx.ingress.kubernetes.io/cors-allow-methods: "GET" I will get the * domain annotation and all the methods allowed. I am able to use...

kind/bug
needs-triage
needs-priority

- K8s v1.23 and above - There is Pod Security Admissions now instead of PSP https://github.com/kubernetes/website/pull/30502 - Tasks involved are ; - testing psa - Checking our manifests - Using...

area/docs
kind/feature
priority/important-longterm
kind/documentation
needs-triage
area/stabilization