ingress-nginx
ingress-nginx copied to clipboard
Ingress NGINX Controller for Kubernetes
Title says it all. ## What this PR does / why we need it: Fixes #12911 ## Types of changes - [ ] Bug fix (non-breaking change which fixes an...
## What this PR does / why we need it: The default logging configuration will capture the url query strings, which often have sensitive information in them [1] This PR...
## What this PR does / why we need it: A few years ago, #3684 changed the status port to use Unix sockets rather than TCP. As part of that...
## What this PR does / why we need it: This PR fixes #10208 by checking whether the request method is valid. For invalid methods we set `method="invalid_method"` label so...
The same as #11739, we need to allow those kinds of configurations in case your group names contain your domain separated by an at symbol. ## What this PR does...
Client body timeout is currently documented only as configmap but it is supported as nginx ingress annotation ## What this PR does / why we need it: Solves annotation that...
## What this PR does / why we need it: This is a copy of accidentally closed PR https://github.com/kubernetes/ingress-nginx/pull/12160 When the default backend is used as upstream, the information about...
## What this PR does / why we need it: ## Types of changes - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking...
## What this PR does / why we need it: If not specified explicitly, JSON encoding is used by default when talking to kube-apiserver. For core K8s API objects like...
## What this PR does / why we need it: * switches the default OTel sampler from `AlwaysOn` to `TraceIdRatioBased`, which is a more sane default in regards to load...