[Doc][KubeRay] Improve KubeRay docs based on CUJ (part 2) #45304
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.
Why are these changes needed?
I changed the KubeRay docs from v1.1.0 to v1.1.1 in [Doc][KubeRay v1.1.1] Use KubeRay v1.1.1 in KubeRay-related docs #45185. However, I didn't create a new branch for v1.1.1; instead, I used the existing release-1.1.0 branch and added a new tag for v1.1.1. The following command will report 404 when we download a YAML because
release-1.1.1
branch doesn't exist.This PR updates release-1.1.1 to the tag v1.1.1.
Use the same K8s version for all
kind create
commands.Remove "on any node of" from "Run the driver script directly on any node of the Ray cluster, for interactive development.". In most cases, users don't need to understand where to run the driver processes. In addition, the description may make users confusion with the above descriptions for Ray head node.
Related issue number
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/
under thecorresponding
.rst
file.