Merge pull request #115 from varshavaradarajan/varsha/update-timeout-check-doc

update  the max timeout seconds for the webhook timeout check doc
sdas/webhooks-timeout-seconds
Varsha Varadarajan 2021-02-23 08:35:56 -08:00 committed by GitHub
commit 9ffee1bec7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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