Skip to content

Commit 31de2ea

Browse files
committed
clarify image change restart behavior for sidecar containers
1 parent 9f2292a commit 31de2ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ Init containers stop before the main containers start up, so init containers can
121121
exchange messages with the app container in a Pod. Any data passing is one-way
122122
(for example, an init container can put information inside an `emptyDir` volume).
123123

124+
Changing the image of a sidecar container will not cause the Pod to restart, but will
125+
trigger a container restart.
126+
124127
## Resource sharing within containers
125128

126129
{{< comment >}}

0 commit comments

Comments
 (0)