kubernetes/ingress-nginx

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

Open

Aperta il 23 mar 2022

Vedi su GitHub
 (17 commenti) (2 reazioni) (2 assegnatari)Go (15.199 star) (7888 fork)batch import
good first issuehelp wantedkind/featureneeds-triagepriority/backlog

Descrizione

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:

Guida contributor