Skip to content

Commit

Permalink
Fix: broken link in init-containers.md (#43035)
Browse files Browse the repository at this point in the history
  • Loading branch information
xorinzor committed Sep 15, 2023
1 parent 1b942ca commit 0676a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/concepts/workloads/pods/init-containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ field).
Init containers support all the fields and features of app containers,
including resource limits, [volumes](/docs/concepts/storage/volumes/), and security settings. However, the
resource requests and limits for an init container are handled differently,
as documented in [Resources](#resources).
as documented in [Resource sharing within containers](#resource-sharing-within-containers).

Also, init containers do not support `lifecycle`, `livenessProbe`, `readinessProbe`, or
`startupProbe` because they must run to completion before the Pod can be ready.
Expand Down

0 comments on commit 0676a58

Please sign in to comment.