kubernetes/website
Auf GitHub ansehenDynamic Admission Control: clarify exactly when failure policy Ignore is considered
Closed
#33.039 geöffnet am 19. Apr. 2022
help wantedlifecycle/frozentriage/accepted
Repository-Metriken
- Stars
- (4.127 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 16T 13h) (160 gemergte PRs in 30 T)
Beschreibung
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:
failurePolicydefines how unrecognized errors and timeout errors from the admission webhook are handled.
A brief discussion on this subject matter can be found here