Skip to content

Commit 29504f7

Browse files
authored
Merge pull request #29096 from samstride/patch-1
Update pod-lifecycle.md
2 parents a3b42b5 + 626b101 commit 29504f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/workloads/pods/pod-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ is different from the liveness probe.
311311

312312
If your app has a strict dependency on back-end services, you can implement both
313313
a liveness and a readiness probe. The liveness probe passes when the app itself
314-
is healthy, but the readiness problem additionally checks that each required
314+
is healthy, but the readiness probe additionally checks that each required
315315
back-end service is available. This helps you avoid directing traffic to Pods
316316
that can only respond with error messages.
317317

0 commit comments

Comments
 (0)