Skip to content

Commit 7b82caf

Browse files
authored
Merge pull request #25713 from ydFu/patch-1
Fix some typo in init-containers.md
2 parents 7dbc63b + 21c5750 commit 7b82caf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/workloads/pods/init-containers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ as documented in [Resources](#resources).
4949
Also, init containers do not support `lifecycle`, `livenessProbe`, `readinessProbe`, or
5050
`startupProbe` because they must run to completion before the Pod can be ready.
5151

52-
If you specify multiple init containers for a Pod, Kubelet runs each init
52+
If you specify multiple init containers for a Pod, kubelet runs each init
5353
container sequentially. Each init container must succeed before the next can run.
54-
When all of the init containers have run to completion, Kubelet initializes
54+
When all of the init containers have run to completion, kubelet initializes
5555
the application containers for the Pod and runs them as usual.
5656

5757
## Using init containers

0 commit comments

Comments
 (0)