Skip to content

Commit 27b2611

Browse files
Update webhook server example code link
Fix 404 error and point to the latest released code.
1 parent 2318028 commit 27b2611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/access-authn-authz/extensible-admission-controllers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ In the following, we describe how to quickly experiment with admission webhooks.
5757
### Write an admission webhook server
5858

5959
Please refer to the implementation of the [admission webhook
60-
server](https://github.com/kubernetes/kubernetes/blob/v1.13.0/test/images/webhook/main.go)
60+
server](https://github.com/kubernetes/kubernetes/blob/release-1.21/test/images/agnhost/webhook/main.go)
6161
that is validated in a Kubernetes e2e test. The webhook handles the
6262
`AdmissionReview` request sent by the apiservers, and sends back its decision
6363
as an `AdmissionReview` object in the same version it received.

0 commit comments

Comments
 (0)