Skip to content

Commit

Permalink
Merge pull request #25713 from ydFu/patch-1
Browse files Browse the repository at this point in the history
Fix some typo in init-containers.md
  • Loading branch information
k8s-ci-robot authored Dec 20, 2020
2 parents 7dbc63b + 21c5750 commit 7b82caf
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 7b82caf

Please sign in to comment.