Files
kubernetes/pkg
Gunju Kim 657ccc3099 Ensure that the pod has the proper phase upon re-initialization
This fixes the pod with restartable init containers to have a proper
phase after the pod sandbox re-creation.

Currently, the `runtime.PodStatus` cannot retrieve the active container
statuses, which are the container statuses associated with the current
pod sandbox. This adds the `ActiveContainerStatuses` to
`runtime.PodStatus`, allowing it to include the container statuses of
the current pod sandbox, and fixes the kubelet to correctly set the pod
Phase to `Pending` when no active regular containers are present.
2025-03-20 17:38:41 +09:00
..
2025-03-19 22:10:48 +00:00
2024-12-02 16:59:34 +01:00
2024-12-02 16:59:34 +01:00
2024-12-02 16:59:34 +01:00
2025-03-19 22:10:48 +00:00
2024-12-02 16:59:34 +01:00
2025-03-18 20:52:54 +01:00
2024-12-02 16:59:34 +01:00
2025-03-19 23:21:30 +00:00
2024-12-02 16:59:34 +01:00
2025-03-08 10:14:17 -05:00