Commit Graph

5 Commits

Author SHA1 Message Date
vivzbansal
763e810fb5 refactor code to add sidecar container support in IPPR 2024-11-07 21:20:48 +00:00
Kubernetes Prow Robot
5c68f560a1 Merge pull request #122781 from pacoxu/fix-channel-panic
kubelet: delete channel from the terminated after closing it
2024-09-09 04:56:27 +01:00
Gunju Kim
a03affab78 Terminate restartable init containers ignoring not-started containers
This ensures that the restartable init containers receive a termination
signal even if there are any not-started restartable init containers, by
ignoring the not-running containers.
2024-07-10 05:50:51 +09:00
Paco Xu
3c7cf370d0 delete channel from the terminated after closing it 2024-02-18 14:03:55 +08:00
Todd Neal
7bcc98c46b sidecars: terminate sidecars after main containers
Sidecars should terminate:
- after all main containers have exited
- serialized and in reverse order
2023-10-17 19:07:21 -05:00