kubernetes/website

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

Closed

#33,039 创建于 2022年4月19日

在 GitHub 查看
 (14 评论) (1 反应) (0 负责人)HTML (13,918 fork)batch import
help wantedlifecycle/frozentriage/accepted

仓库指标

Star
 (4,127 star)
PR 合并指标
 (平均合并 16天 13小时) (30 天内合并 160 个 PR)

描述

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

贡献者指南