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.
1 parent 74fcc78 commit 80e2f66Copy full SHA for 80e2f66
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