Skip to content

Commit 133f9c7

Browse files
authored
Update extensible-admission-controllers.md
update link
1 parent eecf1c4 commit 133f9c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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/master/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.
@@ -67,7 +67,7 @@ See the [webhook request](#request) section for details on the data sent to webh
6767
See the [webhook response](#response) section for the data expected from webhooks.
6868

6969
The example admission webhook server leaves the `ClientAuth` field
70-
[empty](https://github.com/kubernetes/kubernetes/blob/v1.13.0/test/images/webhook/config.go#L47-L48),
70+
[empty](https://github.com/kubernetes/kubernetes/blob/master/test/images/agnhost/webhook/config.go#L39),
7171
which defaults to `NoClientCert`. This means that the webhook server does not
7272
authenticate the identity of the clients, supposedly apiservers. If you need
7373
mutual TLS or other ways to authenticate the clients, see

0 commit comments

Comments
 (0)