ingress-nginx
ingress-nginx copied to clipboard
Ingress NGINX Controller for Kubernetes
- Currently `make dev-env` is broken if run on Intel Mac and being tracked in https://github.com/kubernetes/ingress-nginx/issues/8879 - But there is another minor bug in the build.sh. Described below - Since...
I want to prevent the request from dropping as much as possible at the time of rolling update, but I can't adjust it because update starategy cannot be selected for...
## What this PR does / why we need it: `Job` resources are not automatically pruned after completion which prevents in-place version upgrades when deploying from static manifests. See #7118....
The goal is to provide similar features on internal and external controller services. ## What this PR does / why we need it: I need to create an internal loadbalancer...
As part of the stabilization process, let's update NGINX and Openresty to v1.21.4 /triage accepted /priority critical-urgent /area stabilization
The Helm chart provides the flag `controller.nodeSelector` for the controller pod which allows to assign it to nodes with a specific label. It would be nice to have a `nodeSelector`...
**What happened**: [Current ](https://github.com/kubernetes/ingress-nginx/blob/5e6093cf59628004f2948674eb1fc5dc0d560dff/deploy/static/provider/baremetal/deploy.yaml) In the sample baremetal deploy it's suggested to have a deployment with the following readiness probe: ```yaml readinessProbe: failureThreshold: 3 httpGet: path: /healthz port: 10254 scheme:...
With ingress controller v1.3.0, with a certificate (see command 1), it works ok. But if trying a x509 proxy ( see command 2), it will fail with error "400 The...
I have installed using instructions at this [link](https://docs.k0sproject.io/v1.22.2+k0s.1/examples/nginx-ingress/) for the I**nstall NGINX using NodePort** option. When I do ` ks logs -f ingress-nginx-controller-7f48b8-s7pg4 -n ingress-nginx` I get : `I0304 07:06:50.556061...
**NGINX Ingress controller version** (exec into the pod and run nginx-ingress-controller --version.): ``` ------------------------------------------------------------------------------- NGINX Ingress controller Release: v1.2.0 Build: a2514768cd282c41f39ab06bda17efefc4bd233a Repository: https://github.com/kubernetes/ingress-nginx nginx version: nginx/1.19.10 ------------------------------------------------------------------------------- ``` **Kubernetes version**...