-
Notifications
You must be signed in to change notification settings - Fork 56
RHOAIENG-26482: Add GCS Fault Tolerance, Disable Usage Stats, Rename the RayJob scope RayCluster Config #880
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RHOAIENG-26482: Add GCS Fault Tolerance, Disable Usage Stats, Rename the RayJob scope RayCluster Config #880
Conversation
8e0a63e
to
2129659
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## ray-jobs-feature #880 +/- ##
====================================================
- Coverage 93.67% 93.65% -0.03%
====================================================
Files 31 20 -11
Lines 1724 1717 -7
====================================================
- Hits 1615 1608 -7
Misses 109 109 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
2129659
to
e5c6e76
Compare
@kryanbeane: This pull request references RHOAIENG-26482 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
@kryanbeane: This pull request references RHOAIENG-26482 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
/hold |
e5c6e76
to
2d2cea6
Compare
@kryanbeane: This pull request references RHOAIENG-26482 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
1 similar comment
@kryanbeane: This pull request references RHOAIENG-26482 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
/hold |
@kryanbeane: This pull request references RHOAIENG-26482 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
@kryanbeane: This pull request references RHOAIENG-26482 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
@kryanbeane: This pull request references RHOAIENG-26482 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
6a18dc7
to
581d25a
Compare
581d25a
to
e5f6044
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! My only thought (and it's purely devils advocate) is that I feel we may need to revisit the name of the RayJob's cluster config again in the future. It's a definite improvement but I feel the use of the use of managed
might still raise cluster admin connotations rather than the 'managed by the RayJob' implication.
Again, the nittiest of nits. Just think it merits talking about!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chipspeak The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/unhold |
Getting this merged to unblock other tickets. There is a bug ticket for the GCS Fault tolerance / ray head pod persistence ticket feature. We've added to fix the ray job GCS stuff as part of that ticket (should be the same fix) |
5a77f7b
into
project-codeflare:ray-jobs-feature
Jira link
RHOAIENG-26482
What changes have been made
RayJobClusterConfig
toManagedClusterConfig
- made more sense to me as the Cluster is managed by RayJobs, and RayJob being in the name was confusingVerification steps
Checks