Spelling correction (#17895)

pull/17897/head^2
Jonathan Hall 2019-12-02 01:49:04 +01:00 committed by Kubernetes Prow Robot
parent 62b6fe2280
commit 8fc9b513ec
1 changed files with 2 additions and 2 deletions

View File

@ -241,9 +241,9 @@ livenessProbe:
Sometimes, you have to deal with legacy applications that might require
an additional startup time on their first initialization.
In such cases, it can be tricky to setup liveness probe parameters without
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 setup a startup probe with the same command, HTTP or TCP
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.