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

## What this PR does / why we need it: This is to fix that the `:authority` header by default is set to `upstream_balancer`, this PR sets `:authority` header from...

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

**What happened**: I configured a grpc ingress like this ``` apiVersion: apps/v1 kind: Deployment metadata: name: fortio labels: app: fortio spec: replicas: 1 selector: matchLabels: app: fortio template: metadata: labels:...

needs-kind
needs-triage
needs-priority

**What happened**: We have nginx deployed with the argument `- --default-ssl-certificate=infrastructure/k8s-cert` This causes all our ingress rules to have default ssl. For a new application we needed nginx to pass...

needs-kind
needs-triage
needs-priority

Support Kubernetes EndpointSlices. A newer feature in Kubernetes that allows restricting or customizing where traffic is sent in a Kubernetes cluster. Background: https://stackoverflow.com/questions/63399080/kubernetes-1-18-6-servicetopology-and-ingress-support Not that I know of K8s 1.17...

kind/feature
priority/backlog
lifecycle/frozen
triage/accepted

**What happened**: When installing ingress into cluster with `NetworkPolicies` enabled using helm chart by default kubernetes API is **not** able to reach into validating webhook controller: ``` kubectl --context test.aks...

kind/feature
priority/important-longterm
triage/accepted

We still observe this issue with the following `ingress-nginx` version: ``` bash-5.1$ /nginx-ingress-controller --version ------------------------------------------------------------------------------- NGINX Ingress controller Release: v0.47.0 Build: 7201e37633485d1f14dbe9cd7b22dd380df00a07 Repository: https://github.com/kubernetes/ingress-nginx nginx version: nginx/1.20.1 ``` Steps to...

kind/bug
priority/backlog
lifecycle/rotten
triage/accepted

We need to start thinking about Gateway API (https://gateway-api.sigs.k8s.io/) in Ingress NGINX. A good approach here would be to understand the internal controller data model (https://github.com/kubernetes/ingress-nginx/blob/main/internal/ingress/types.go) and how can we...

kind/feature
priority/important-longterm
triage/accepted

Currently, nginx matches paths according to [documentation](https://kubernetes.github.io/ingress-nginx/user-guide/ingress-path-matching/#path-priority): > In order to enable more accurate path matching, ingress-nginx first orders the paths by descending length before writing them to the NGINX...

kind/feature
needs-triage
needs-priority

Circuit breaker functionality in NGINX ingress controller (ingress-nginx) The issue is closed could not see any solution. Became stale No

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

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

cncf-cla: yes
size/S
do-not-merge/work-in-progress
kind/feature
priority/important-soon
approved
ok-to-test
triage/accepted