-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add workspace status to present the tuning job status (#529)
This PR made a few changes in terms of the workspace status update. - Since workspace CRD now supports both inference and tuning, the `WorkspaceConditionTypeReady` status is renamed to `WorkspaceConditionTypeSucceeded`, which can be used for both use cases to represent the overall status. - Add a `WorkspaceConditionTypeTuningJobStatus` to indicate that the job pod has started without error. - Since the controller has a watcher for the job, once job has changed its status to "succeeded", the reconciler will update the `WorkspaceConditionTypeSucceeded` status to true. - The CRD printed columns are also changed accordingly. --------- Signed-off-by: Fei Guo <vrgf2003@gmail.com> Co-authored-by: Ishaan Sehgal <ishaanforthewin@gmail.com>
- Loading branch information
1 parent
4fdecc2
commit 4d5cd2d
Showing
7 changed files
with
65 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters