mirror of
https://github.com/wahyd4/cert-manager.git
synced 2026-08-12 06:36:30 +10:00
Because webhooks add to API request latency, they should evaluate as quickly as possible. `timeoutSeconds` allows configuring how long the API server should wait for a webhook to respond before treating the call as a failure. The default values from Kubernetes are, however, too large. For `admissionregistration.k8s.io/v1` the default value is 10 seconds while for `admissionregistration.k8s.io/v1beta1` is 30 seconds! This default value of 10 seconds should be more than enough for standard installs. Signed-off-by: Renan Gonçalves <renan.saddam@gmail.com>