We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3b42b5 + 626b101 commit 29504f7Copy full SHA for 29504f7
content/en/docs/concepts/workloads/pods/pod-lifecycle.md
@@ -311,7 +311,7 @@ is different from the liveness probe.
311
312
If your app has a strict dependency on back-end services, you can implement both
313
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
+is healthy, but the readiness probe additionally checks that each required
315
back-end service is available. This helps you avoid directing traffic to Pods
316
that can only respond with error messages.
317
0 commit comments