Merge pull request #43057 from mkiehl/patch-1

Fix typo
pull/42808/merge
Kubernetes Prow Robot 2023-09-15 04:44:12 -07:00 committed by GitHub
commit 4a406f6306
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ In such cases, it can be tricky to set up liveness probe parameters without
compromising the fast response to deadlocks that motivated such a probe.
The trick is to set up a startup probe with the same command, HTTP or TCP
check, with a `failureThreshold * periodSeconds` long enough to cover the
worse case startup time.
worst case startup time.
So, the previous example would become: