Skip to content

Commit 80e2f66

Browse files
committed
Docs - EN - Concepts - Correct Pod-Conditions Anchor Link
1 parent 74fcc78 commit 80e2f66

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
@@ -229,7 +229,7 @@ when both the following statements apply:
229229
* All conditions specified in `readinessGates` are `True`.
230230

231231
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`.
232+
`False`, the kubelet sets the Pod's [condition](#pod-conditions) to `ContainersReady`.
233233

234234
## Container probes
235235

0 commit comments

Comments
 (0)