Updated timeout seconds

sdas/webhooks-timeout-seconds
sharmita3 2021-04-26 17:00:04 -04:00
parent 9ffee1bec7
commit 3c1e80cb73
1 changed files with 2 additions and 2 deletions

View File

@ -410,7 +410,7 @@ webhooks:
- Name: `admission-controller-webhook-timeout`
- Groups: `doks`
Admission control webhook timeouts can block upgrades, when the API call times out, due to an incorrectly configured TimeoutSeconds value. Since webhooks inherently add to API latency, we must stay within the recommended range in order for API requests to be successful. Specifically, this happens when an admission control webhook does not respond within 30 seconds.
Admission control webhook timeouts can block upgrades, when the API call times out, due to an incorrectly configured TimeoutSeconds value. Since webhooks inherently add to API latency, we must stay within the recommended range in order for API requests to be successful. Specifically, this happens when an admission control webhook does not respond within 29 seconds.
### Example