This repository was archived by the owner on May 25, 2023. It is now read-only.
This repository was archived by the owner on May 25, 2023. It is now read-only.
Add phase/conditions into PodGroup.Status #521
Closed
Description
Is this a BUG REPORT or FEATURE REQUEST?:
/kind feature
Description:
Currently, kube-batch only raised Unschedulable
event for its status; it's better to include phase and conditions in PodGroup.Status
to give more detail.
Tasks
- Design Doc (The design doc of PodGroup Phase in Status. #533)
- Add phase/condition into
PodGroup.Status
CRD (Added Phase and Conditions to PodGroup.Status struct #525) - Updated phase/condition by
kube-batch
(Update PodGroup status. #560)