Skip to content

Commit 48fd764

Browse files
authored
Update sidecar-containers.md
1 parent bfade87 commit 48fd764

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,11 @@ next init container from the ordered `.spec.initContainers` list.
6868
That status either becomes true because there is a process running in the
6969
container and no startup probe defined, or as a result of its `startupProbe` succeeding.
7070

71-
Upon Pod [termination](/docs/concepts/workloads/pods/pod-lifecycle/#termination-with-sidecars), the kubelet postpones terminating sidecar containers until the main application container has fully stopped. The sidecar containers are then shut down in the opposite order of their appearance in the Pod specification. This approach ensures that the sidecars remain operational, supporting other containers within the Pod, until their service is no longer required.
71+
Upon Pod [termination](/docs/concepts/workloads/pods/pod-lifecycle/#termination-with-sidecars),
72+
the kubelet postpones terminating sidecar containers until the main application container has fully stopped.
73+
The sidecar containers are then shut down in the opposite order of their appearance in the Pod specification.
74+
This approach ensures that the sidecars remain operational, supporting other containers within the Pod,
75+
until their service is no longer required.
7276

7377
### Jobs with sidecar containers
7478

0 commit comments

Comments
 (0)