Files
kubernetes/test/e2e_node
aditya a42f81f4b2 Fix startup probe worker termination for sidecar containers
Fixes a bug where startup probe workers terminate incorrectly for sidecar
containers with restartPolicy=Always when the pod has restartPolicy=Never,
causing main containers to remain stuck in Initializing state.

Changes:
- Add container-level restart policy check for init containers only
- Extract complex boolean logic to named variable for readability
- Refactor test helper to use existing newWorker() function
- Add comprehensive unit and e2e tests for both scenarios
2025-10-22 22:46:06 +00:00
..
2025-07-04 08:55:57 +02:00
2025-07-29 20:20:08 +02:00
2025-07-29 20:20:08 +02:00
2024-12-02 16:59:34 +01:00
2025-07-29 20:20:08 +02:00
2025-07-01 23:17:51 -05:00