Add a note about the required cn for ValidatingWebhookConfiguration (#7808)
* Add a note about the required cn for ValidatingWebhookConfiguration * Move extra info for cn of ValidatingWebhookConfiguration into a commentpull/7921/merge
parent
6a0f999807
commit
1b02b3a4b2
|
@ -119,6 +119,9 @@ webhooks:
|
|||
caBundle: <pem encoded ca cert that signs the server cert used by the webhook>
|
||||
```
|
||||
|
||||
*Note*: When using `clientConfig.service`, the server cert must be valid for
|
||||
`<svc_name>.<svc_namespace>.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`.
|
||||
|
|
Loading…
Reference in New Issue