Updated timeout seconds
parent
9ffee1bec7
commit
3c1e80cb73
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue