kubernetes/website

Dynamic Admission Control: clarify exactly when failure policy Ignore is considered

Closed

#33,039 opened on 2022年4月19日

GitHub で見る
 (14 comments) (1 reaction) (0 assignees)HTML (13,918 forks)batch import
help wantedlifecycle/frozentriage/accepted

Repository metrics

Stars
 (4,127 stars)
PR merge metrics
 (平均マージ 16d 13h) (30d で 160 merged PRs)

説明

I just observed that request the k8s API server can fail by rejecting admission controller even when the failure policy is ignore. It would be nice the documentation here to be enhanced and clearly state when the Ignore policy is used.

Particularly, it would be nice to be clarified which errors are unrecognized in this explanation:

failurePolicy defines how unrecognized errors and timeout errors from the admission webhook are handled.

A brief discussion on this subject matter can be found here

コントリビューターガイド