Document the limitation of the Admission Webhook (#8072)
In current implementation, the webhook *service* must be accessible at port 443. The communication to the webhook may fail otherwise.
This commit is contained in:
parent
b3bb0b6e0a
commit
43bb7f45ca
|
@ -129,6 +129,12 @@ apiserver sends an `admissionReview` request to webhook as specified in the
|
||||||
After you create the webhook configuration, the system will take a few seconds
|
After you create the webhook configuration, the system will take a few seconds
|
||||||
to honor the new configuration.
|
to honor the new configuration.
|
||||||
|
|
||||||
|
**Note** When the webhook plugin is deployed into the Kubernetes cluster as a
|
||||||
|
service, it has to expose its service on the 443 port. The communication
|
||||||
|
between the API server and the webhook service may fail if a different port
|
||||||
|
is used.
|
||||||
|
{: .note}
|
||||||
|
|
||||||
### Authenticate apiservers
|
### Authenticate apiservers
|
||||||
|
|
||||||
If your admission webhooks require authentication, you can configure the
|
If your admission webhooks require authentication, you can configure the
|
||||||
|
|
Loading…
Reference in New Issue