Ingress-nginx return 503 error if service name is longer than 58 chars #9276
Labels
kind/bug
Categorizes issue or PR as related to a bug.
needs-priority
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
What happened:
After upgrading to v1.4.0 (which shipped with helm-chart v4.3.0) ingress pointed to the service with a name of more than 58 chars length continuously returns 503 status,
and logs have
Previous version v1.3.1 (helm-chart v4.2.5) worked fine.
NGINX Ingress controller version (exec into the pod and run nginx-ingress-controller --version.):
Kubernetes version (use
kubectl version
):v1.24.2 (reprodusable in rancher/k3s:v1.24.2-k3s2)
How to reproduce this issue:
Install ingress-nginx 1.4.0 by helm chart with default values
Deploy sample app with service name longer 58 chars and ingress
by this manifest
Run
curl test-app.mydomain
to see the problem(optional) Downgrade ingress-nginx to v1.3.1 to check that problem not exists in previous release
The text was updated successfully, but these errors were encountered: