Merge pull request #30239 from Shubham82/Update-empty-link_Dynamic_Admission_Control

Improvement: Correct the "empty" link in Dynamic Admission Control.
This commit is contained in:
Kubernetes Prow Robot
2021-10-26 04:35:30 -07:00
committed by GitHub
@@ -67,7 +67,7 @@ See the [webhook request](#request) section for details on the data sent to webh
See the [webhook response](#response) section for the data expected from webhooks.
The example admission webhook server leaves the `ClientAuth` field
[empty](https://github.com/kubernetes/kubernetes/blob/v1.13.0/test/images/webhook/config.go#L47-L48),
[empty](https://github.com/kubernetes/kubernetes/blob/v1.22.0/test/images/agnhost/webhook/config.go#L38-L39),
which defaults to `NoClientCert`. This means that the webhook server does not
authenticate the identity of the clients, supposedly apiservers. If you need
mutual TLS or other ways to authenticate the clients, see