Skip to content

[Docs][KubeRay] Update all KubeRay version references to 1.7.0 - #65498

Open
win5923 wants to merge 9 commits into
ray-project:masterfrom
win5923:kuberay-version-1.7
Open

[Docs][KubeRay] Update all KubeRay version references to 1.7.0#65498
win5923 wants to merge 9 commits into
ray-project:masterfrom
win5923:kuberay-version-1.7

Conversation

@win5923

@win5923 win5923 commented Aug 15, 2026

Copy link
Copy Markdown
Member

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

Optional: Add implementation details, API changes, usage examples, screenshots, etc.

Signed-off-by: win5923 <ken89@kimo.com>
@win5923
win5923 marked this pull request as ready for review August 15, 2026 16:02
@win5923
win5923 requested review from a team and andrewsykim as code owners August 15, 2026 16:02
@win5923

win5923 commented Aug 15, 2026

Copy link
Copy Markdown
Member Author

cc @chiayi to also take a look for Ray History Server with KubeRay doc

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread doc/source/cluster/kubernetes/user-guides/kuberay-auth-rbac.md Outdated
Comment thread doc/source/cluster/kubernetes/user-guides/kuberay-auth-rbac.md
Comment thread doc/source/cluster/kubernetes/user-guides/kuberay-auth.md Outdated
Comment thread doc/source/cluster/kubernetes/user-guides/kuberay-auth.md
Comment thread doc/source/cluster/kubernetes/k8s-ecosystem/volcano.md Outdated
Comment thread doc/source/cluster/kubernetes/k8s-ecosystem/yunikorn.md Outdated
Comment thread doc/source/cluster/kubernetes/troubleshooting/troubleshooting.md Outdated
Comment thread doc/source/cluster/kubernetes/user-guides/upgrade-guide.md Outdated
Signed-off-by: win5923 <ken89@kimo.com>
@win5923
win5923 force-pushed the kuberay-version-1.7 branch 2 times, most recently from 38be672 to 67a893c Compare August 15, 2026 16:31
Comment thread doc/source/cluster/kubernetes/user-guides/kuberay-history-server.md
@win5923
win5923 force-pushed the kuberay-version-1.7 branch from 67a893c to 3603311 Compare August 15, 2026 16:37
Signed-off-by: win5923 <ken89@kimo.com>
@win5923
win5923 force-pushed the kuberay-version-1.7 branch from 3603311 to c9d8e9f Compare August 15, 2026 17:06
@win5923 win5923 added the go add ONLY when ready to merge, run all tests label Aug 15, 2026
@ray-gardener ray-gardener Bot added docs An issue or change related to documentation core Issues that should be addressed in Ray Core community-contribution Contributed by the community labels Aug 15, 2026
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>
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.

:::

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Signed-off-by: win5923 <ken89@kimo.com>
@win5923
win5923 force-pushed the kuberay-version-1.7 branch from eaa8745 to 73d1082 Compare August 17, 2026 04:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community-contribution Contributed by the community core Issues that should be addressed in Ray Core docs An issue or change related to documentation go add ONLY when ready to merge, run all tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant