Update content/en/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>
pull/24692/head
Sergey Kanzhelev 2020-11-11 01:39:07 -08:00 committed by GitHub
parent 1a13c6ba45
commit 1f306541c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ until a result was returned.
This defect was corrected in Kubernetes v1.20. You may have been relying on the previous behavior,
even without realizing it, as the default timeout is 1 second.
As a cluster administrator, you can disable the [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) `ExecProbeTimeout` (set it to `false`)
on kubelet to restore the behavior from older versions, then remove that override
on each kubelet to restore the behavior from older versions, then remove that override
once all the exec probes in the cluster have a `timeoutSeconds` value set.
If you have pods that are impacted from the default 1 second timeout,
you should update their probe timeout so that you're ready for the