ingress-nginx
ingress-nginx copied to clipboard
Ingress NGINX Controller for Kubernetes
**What happened**: The documentation states that the OTel sampler is by default set to "AlwaysOff". But in fact it is "AlwaysOn". **What you expected to happen**: That the documentation aligns...
Hi, I am in need to set the value `use_ssl` in the opentelemetry.toml file. ``` # https://github.com/open-telemetry/opentelemetry-cpp-contrib/tree/main/instrumentation/nginx use_ssl = true ``` This is required because our collector only supports https...
## What this PR does / why we need it: The `checkOverlap` function should check all rules of a new ingress object to make sure it doesn't overlap with any...
## What this PR does / why we need it: Fixes build and release of the kubectl plugin using GitHub Actions and publishes updates to krew-index. Fixes #12226 #10738 Since...
## What this PR does / why we need it: - #11087 is a serious footgun: if a user upgrades the helm chart version in-place, or adds pod labels (either...
Since OCI is now GA since 3.8.0 see https://helm.sh/docs/topics/registries/ please also package the ingress-nginx chart also to a OCI registry, best case with cosign. Also other SIG projects like https://github.com/kubernetes-sigs/kueue...
Hello everyone, Due to business requirements, my service needs to get the values in the X-Forwarded-For header sent from the external Load Balancer -> Nginx Ingress Controller -> my service...
**What happened**: It is possible to spoof the *X-Forwarded-Host* header during the HTTP to HTTPS redirect in Ingress NGINX. This may allow an attacker to manipulate the redirect behavior by...
**What happened**: I've discovered that from when ingress-nginx gets a `SIGTERM` to when it stops proxying traffic it does not update any backends (upstream IPs) even if they change in...
setting
**What happened**: When attempting to deploy the ingress with an existing TLS certificate, the fake certificate is still being used during startup. I have an existing TLS secret in the...