kubernetes/ingress-nginx

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

開放

#8,384 建立於 2022年3月23日

 (17 則留言) (2 個反應) (2 位負責人)Go (7,888 個分叉)batch import
good first issuehelp wantedkind/featureneeds-triagepriority/backlog

倉庫指標

星標
 (15,199 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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:

貢獻者指南