kubernetes/ingress-nginx

Feature Request: Allow disabling custom-http-errors per ingress

Ouverte

#8 384 ouverte le 23 mars 2022

 (17 commentaires) (2 réactions) (2 personnes assignées)Go (7 888 forks)batch import
good first issuehelp wantedkind/featureneeds-triagepriority/backlog

Métriques du dépôt

Stars
 (15 199 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

When nginx.ingress.kubernetes.io/custom-http-errors is set to string off, overwrite the configmap value with an empty list instead of skipping it.

My current work-around is to use the 418 HTTP code (nginx.ingress.kubernetes.io/custom-http-errors: "418") because my apps aren't using it :wink:

Guide contributeur