ingress-nginx
ingress-nginx copied to clipboard
Ingress NGINX Controller for Kubernetes
Currently, ingress-nginx create a "Sync" event whenever ingress resources are added or updated. In large clusters this can result in over 100,000 events being created with very little value for...
Error: INSTALLATION FAILED: failed pre-install: timed out waiting for the condition in k8s `1.24.1`
i'm trying to install `ingress-nginx` using `helm` on `k8s cluster`, but i receive below error `Error: INSTALLATION FAILED: failed pre-install: timed out waiting for the condition` i use `k8s` version...
At the moment if the API becomes unavailable (for any reason, eg outage) it takes about a minute or so before `ingress-nginx` unregisters all backends with the following message: ```...
I'd like to be able to specify an array or range of ports in the ingress-nginx helm chart. ``` controller: service: ports: http: - 80 - 8080 - 8081 https:...
- There have been some discussions about this on community-meeting and slack - `make dev-env` is broken on Intel macOS Monterey with docker context working fine and even `kind create...
**NGINX Ingress controller version** (exec into the pod and run nginx-ingress-controller --version.): ``` ------------------------------------------------------------------------------- NGINX Ingress controller Release: v0.50.0 Build: 34a35a24cfef17aa1392b7fb2280f323b253c6b2 Repository: https://github.com/kubernetes/ingress-nginx nginx version: nginx/1.19.9 ------------------------------------------------------------------------------- ``` **How was...
## What this PR does / why we need it: Kiali/Istio uses protocol prefixed ports for discovering service mesh metrics. The port for the controller metrics service was missing the...
**What happened**: With OCSP stapling support enabled, on every single request that serves a TLS certificate which does not contain OCSP information, the following error message is logged: `[lua] certificate.lua:124:...
## What this PR does / why we need it: Fixes an issue, by adding the helm version to the Support Versions table. Alongside also changed the way kubernetes version...
For a better overview and transparency we should add column to the supported versions overview table that contains the helm version. That way it is easy to see which helm...