-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
[Docs][KubeRay] Add doc for kubectl plugin #47851
[Docs][KubeRay] Add doc for kubectl plugin #47851
Conversation
850969a
to
3c45a78
Compare
3c45a78
to
f8a5a41
Compare
c87ec4a
to
e802c4b
Compare
e802c4b
to
91a1ee2
Compare
@angelinalg @kevin85421 can you help review please? |
### Get all Ray clusters | ||
|
||
```shell | ||
$ kubectl ray cluster get |
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.
Maybe remove this section for now. If I remember correctly, we decided to change to kubectl ray get [cluster | job | service]
to make the syntax closer to kubectl get [pods, service, ...]
. We can add it back after we change the syntax.
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.
cc @andrewsykim
I have already pinged our doc team to review this PR. |
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.
Just some style nits. Thanks!
Closes: ray-project#47849 Signed-off-by: Chi-Sheng Liu <[email protected]>
Add installation command for GitHub release Closes: ray-project#47849 Signed-off-by: Chi-Sheng Liu <[email protected]>
Closes: ray-project#47849 Signed-off-by: Chi-Sheng Liu <[email protected]>
Closes: ray-project#47849 Signed-off-by: Chi-Sheng Liu <[email protected]>
Closes: ray-project#47849 Signed-off-by: Chi-Sheng Liu <[email protected]>
Closes: ray-project#47849 Signed-off-by: Chi-Sheng Liu <[email protected]>
Closes: ray-project#47849 Signed-off-by: Chi-Sheng Liu <[email protected]>
Closes: ray-project#47849 Signed-off-by: Chi-Sheng Liu <[email protected]>
44e3293
to
9215864
Compare
Closes: ray-project#47849 Signed-off-by: Chi-Sheng Liu <[email protected]>
fe87f39
to
e0da7ce
Compare
Signed-off-by: Chi-Sheng Liu <[email protected]>
Signed-off-by: Chi-Sheng Liu <[email protected]> Signed-off-by: mohitjain2504 <[email protected]>
Why are these changes needed?
See the description in the corresponding issue for details.
Related issue number
Closes: #47849
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.