Skip to content

Commit 312853c

Browse files
authored
Merge pull request #31343 from gjtempleton/Correct-Pod-Statuses-Link
EN - Concepts - Correct Pod-Conditions Anchor Link
2 parents 2a55433 + 80e2f66 commit 312853c

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)