[Docs][KubeRay] Update all KubeRay version references to 1.7.0 - #65498
Open
win5923 wants to merge 9 commits into
Open
[Docs][KubeRay] Update all KubeRay version references to 1.7.0#65498win5923 wants to merge 9 commits into
win5923 wants to merge 9 commits into
Conversation
Signed-off-by: win5923 <ken89@kimo.com>
Signed-off-by: win5923 <ken89@kimo.com>
win5923
marked this pull request as ready for review
August 15, 2026 16:02
Member
Author
|
cc @chiayi to also take a look for Ray History Server with KubeRay doc |
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the KubeRay documentation to bump references and examples from version 1.6.0 to 1.7.0, and updates the History Server guide to use RayJob instead of RayCluster. The review feedback correctly points out several instances where a blanket search-and-replace of 'v1.6.0' to 'v1.7.0' introduced factual errors regarding the version in which certain features (such as authOptions, gang scheduling for RayJobs, and reconcileConcurrency) were first introduced. Additionally, the upgrade guide's introductory text should be updated to match the new v1.7.0 commands.
Signed-off-by: win5923 <ken89@kimo.com>
win5923
force-pushed
the
kuberay-version-1.7
branch
2 times, most recently
from
August 15, 2026 16:31
38be672 to
67a893c
Compare
win5923
commented
Aug 15, 2026
win5923
force-pushed
the
kuberay-version-1.7
branch
from
August 15, 2026 16:37
67a893c to
3603311
Compare
Signed-off-by: win5923 <ken89@kimo.com>
win5923
force-pushed
the
kuberay-version-1.7
branch
from
August 15, 2026 17:06
3603311 to
c9d8e9f
Compare
Signed-off-by: win5923 <ken89@kimo.com>
Signed-off-by: win5923 <ken89@kimo.com>
The RayJob example rewrite for the History Server guide moves to the update-historyserver branch, so drop it from this branch. Signed-off-by: win5923 <ken89@kimo.com>
win5923
commented
Aug 17, 2026
Comment on lines
+64
to
+73
| helm install kuberay-operator kuberay/kuberay-operator --version 1.7.0 \ | ||
| --set metrics.serviceMonitor.enabled=true \ | ||
| --set metrics.serviceMonitor.additionalLabels.release=prometheus | ||
| ``` | ||
|
|
||
| :::{warning} | ||
|
|
||
| KubeRay v1.7.0 renames the `metrics.serviceMonitor.selector` value to `metrics.serviceMonitor.additionalLabels`, because the value sets labels on the ServiceMonitor rather than a selector. On KubeRay v1.6.x or earlier, use `--set metrics.serviceMonitor.selector.release=prometheus` instead. | ||
|
|
||
| ::: |
Signed-off-by: win5923 <ken89@kimo.com>
win5923
force-pushed
the
kuberay-version-1.7
branch
from
August 17, 2026 04:19
eaa8745 to
73d1082
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Updates all KubeRay version references in the Ray documentation and KubeRay-pinned scripts from to
1.7.0, in preparation for the KubeRay v1.7.0 release.Related issues
Reference PR: #61865
Additional information