Skip to content

Commit

Permalink
Fix some typo in init-containers.md
Browse files Browse the repository at this point in the history
Fixed a typo in manage-resources-containers.md (Kubelet → kubelet)
  • Loading branch information
ydFu authored Dec 19, 2020
1 parent cb5d05e commit 21c5750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/concepts/workloads/pods/init-containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ as documented in [Resources](#resources).
Also, init containers do not support `lifecycle`, `livenessProbe`, `readinessProbe`, or
`startupProbe` because they must run to completion before the Pod can be ready.

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

## Using init containers
Expand Down

0 comments on commit 21c5750

Please sign in to comment.