update the max timeout seconds for the webhook timeout check doc

sdas/webhooks-timeout-seconds
Varsha Varadarajan 2021-02-23 08:22:41 -08:00
parent 715e046e9f
commit 84f4b228ee
1 changed files with 2 additions and 2 deletions

View File

@ -415,7 +415,7 @@ Admission control webhook timeouts can block upgrades, when the API call times o
### Example
```yaml
# Error: Configure a webhook with a TimeoutSeconds value greater than 30 seconds.
# Error: Configure a webhook with a TimeoutSeconds value greater than 29 seconds.
apiVersion: admissionregistration.k8s.io/v1beta1
kind: ValidatingWebhookConfiguration
metadata:
@ -444,7 +444,7 @@ webhooks:
### How to Fix
Set the TimeoutSeconds value to anything within the 1 to 30 second range.
Set the TimeoutSeconds value to anything within the 1 to 29 second range.
```yaml
apiVersion: admissionregistration.k8s.io/v1beta1