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 2a55433 + 80e2f66 commit 312853cCopy full SHA for 312853c
content/en/docs/concepts/workloads/pods/pod-lifecycle.md
@@ -229,7 +229,7 @@ when both the following statements apply:
229
* All conditions specified in `readinessGates` are `True`.
230
231
When a Pod's containers are Ready but at least one custom condition is missing or
232
-`False`, the kubelet sets the Pod's [condition](#pod-condition) to `ContainersReady`.
+`False`, the kubelet sets the Pod's [condition](#pod-conditions) to `ContainersReady`.
233
234
## Container probes
235
0 commit comments