-
Notifications
You must be signed in to change notification settings - Fork 438
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve RayJob controller quality to alpha (#398)
1. Implement `spec.shutdownAfterJobFinishes`, delete the cluster once the job finishes if this field is set 2. Add status new field `JobDeploymentStatusComplete` to indicate the RayJob is complete 3. Add status field `Message`, `StartTime`, `EndTime` to expose more job status 4. Improve logs usage in the operators and make them look consistent 5. Optimize requeueAfter for some time consuming operators like waiting for dashboard ready (container takes time to start) etc.
- Loading branch information
Showing
9 changed files
with
298 additions
and
128 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.