Skip to content

Commit

Permalink
Spelling correction (kubernetes#17895)
Browse files Browse the repository at this point in the history
  • Loading branch information
flimzy authored and zacharysarah committed Dec 5, 2019
1 parent 5681410 commit 7d42265
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7d42265

Please sign in to comment.