8000 [Docs][KubeRay] Update changes from KubeRay 1.3.2 to 1.4.0 by MortalHappiness · Pull Request #53886 · ray-project/ray · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[Docs][KubeRay] Update changes from KubeRay 1.3.2 to 1.4.0 #53886

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

Merged
merged 3 commits into from
Jun 25, 2025

Conversation

MortalHappiness
Copy link
Member
@MortalHappiness MortalHappiness commented Jun 17, 2025

Why are these changes needed?

As title. Update all user-facing docs about the changes from KubeRay 1.3.2 to 1.4.0

Related issue number

Checks

  • I've signed off every commit(by using the -s flag, i.e., git commit -s) in this PR.
  • I've run scripts/format.sh to lint the changes in this PR.
  • I've included any doc changes needed for https://docs.ray.io/en/master/.
    • I've added any new APIs to the API Reference. For example, if I added a
      method in Tune, I've added it in doc/source/tune/api/ under the
      corresponding .rst file.
  • I've made sure the tests are passing. Note that there might be a few flaky tests, see the recent failures at https://flakey-tests.ray.io/
  • Testing Strategy
    • Unit tests
    • Release tests
    • This PR is not tested :(

@MortalHappiness MortalHappiness changed the title [Docs][KubeRay] Update changes for KubeRay 1.4.0 [Docs][KubeRay] Update changes from KubeRay 1.3.2 to 1.4.0 Jun 17, 2025
Signed-off-by: Chi-Sheng Liu <chishengliu@chishengliu.com>
@MortalHappiness MortalHappiness force-pushed the docs/kuberay-1.4.0-changes branch from 34e4cb2 to 0f3b075 Compare June 18, 2025 15:55
@MortalHappiness MortalHappiness marked this pull request as ready for review June 18, 2025 15:55
@Copilot Copilot AI review requested due to automatic review settings June 18, 2025 15:55
@MortalHappiness MortalHappiness requested review from pcmoritz, kevin85421 and a team as code owners June 18, 2025 15:55
Copy link
Contributor
@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the documentation for KubeRay from version 1.3.2 to 1.4.0 by revising default parameter tables for both the kubectl plugin and the quick-start notebook.

  • Updated default values in tables to reflect Ray version 2.46.0 and added additional parameters for head and worker configurations.
  • Revised instructions in the quick-start notebook for ARM64 (Apple Silicon) usage.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
doc/source/cluster/kubernetes/user-guides/kubectl-plugin.md Updated default parameter table and improved explanatory text
doc/source/cluster/kubernetes/getting-started/raycluster-quick-start.ipynb Clarified installation instructions for ARM64 users
Comments suppressed due to low confidence (1)

doc/source/cluster/kubernetes/user-guides/kubectl-plugin.md:50

  • [nitpick] Consider revising the phrasing 'The default values are follows' to 'The default values are as follows' to improve readability.
The `kubectl ray create cluster` command allows you to create a valid RayCluster without an existing YAML file. The default values are follows (empty values mean unset):

Signed-off-by: Chi-Sheng Liu <chishengliu@chishengliu.com>
Comment on lines 87 to 96
You can also override the default values with a config file. For example, the following config file sets the worker CPU to 3.

```text
$ curl -LO https://raw.githubusercontent.com/ray-project/kuberay/refs/tags/v1.4.0/kubectl-plugin/config/samples/create-cluster.sample.yaml
$ kubectl ray create cluster raycluster-sample-3 --file create-cluster.sample.yaml
Created Ray Cluster: raycluster-sample-3
```

See https://github.com/ray-project/kuberay/blob/v1.4.0/kubectl-plugin/config/samples/create-cluster.complete.yaml for the complete list of parameters that can be set in the config file.

Copy link
Member Author

Choose a reason for hiding this comment

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

@MortalHappiness
Copy link
Member Author

@kevin85421 gentle ping

Co-authored-by: angelinalg <122562471+angelinalg@users.noreply.github.com>
Signed-off-by: Chi-Sheng Liu <chishengliu@chishengliu.com>
@kevin85421 kevin85421 added the go add ONLY when ready to merge, run all tests label Jun 25, 2025
@MortalHappiness
Copy link
Member Author

@jjyao @edoakes could you merge this PR? Thanks!

@jjyao jjyao merged commit d949d69 into ray-project:master Jun 25, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
go add ONLY when ready to merge, run all tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants
0