diff --git a/docs/admin/extensible-admission-controllers.md b/docs/admin/extensible-admission-controllers.md index 96ca73a6b9..51bcac6787 100644 --- a/docs/admin/extensible-admission-controllers.md +++ b/docs/admin/extensible-admission-controllers.md @@ -119,6 +119,9 @@ webhooks: caBundle: ``` +*Note*: When using `clientConfig.service`, the server cert must be valid for +`..svc`. + When an apiserver receives a request that matches one of the `rules`, the apiserver sends an `admissionReview` request to webhook as specified in the `clientConfig`.