Skip to content

Commit

Permalink
Merge pull request #47024 from dshebib/fixClarifyInitcontainerImageRe…
Browse files Browse the repository at this point in the history
…start

Clarify image change restart behavior for sidecar containers
  • Loading branch information
k8s-ci-robot authored Jan 14, 2025
2 parents f7bf07a + 31de2ea commit 99d7743
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions content/en/docs/concepts/workloads/pods/sidecar-containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ Init containers stop before the main containers start up, so init containers can
exchange messages with the app container in a Pod. Any data passing is one-way
(for example, an init container can put information inside an `emptyDir` volume).

Changing the image of a sidecar container will not cause the Pod to restart, but will
trigger a container restart.

## Resource sharing within containers

{{< comment >}}
Expand Down

0 comments on commit 99d7743

Please sign in to comment.