Skip to content

Commit

Permalink
Merge pull request #3648 from camilamacedo86/add-link
Browse files Browse the repository at this point in the history
馃摉 add link from k8s to clarify admission webhooks
  • Loading branch information
k8s-ci-robot committed Oct 4, 2023
2 parents a8204fa + c3bd4a8 commit 2725874
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/book/src/reference/admission-webhook.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Admission Webhooks

Admission webhooks are HTTP callbacks that receive admission requests, process
[Admission webhooks][k8s-doc-admission-webhooks] are HTTP callbacks that receive admission requests, process
them and return admission responses.

Kubernetes provides the following types of admission webhooks:
Expand Down Expand Up @@ -98,4 +98,6 @@ spec:

While certain edge scenarios might allow a mutating webhook to seamlessly modify the status, treading this path isn't a
universally acclaimed or recommended strategy. Entrusting the controller logic with status updates remains the
most advocated approach.
most advocated approach.

k8s-doc-admission-webhooks: https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#what-are-admission-webhooks

0 comments on commit 2725874

Please sign in to comment.