8000 [Docs][KubeRay] Convert rayservice-quick-start.ipynb back to markdown docs by CheyuWu · Pull Request #54138 · ray-project/ray · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[Docs][KubeRay] Convert rayservice-quick-start.ipynb back to markdown docs #54138

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

CheyuWu
Copy link
Contributor
@CheyuWu CheyuWu commented Jun 26, 2025

Why are these changes needed?

Manual testing

$ kubectl apply -f https://raw.githubusercontent.com/ray-project/kuberay/v1.4.0/ray-operator/config/samples/ray-service.sample.yaml
$ kubectl get rayservice
$ kubectl get raycluster
$ kubectl get pods -l=ray.io/is-ray-node=yes

image

$ kubectl describe rayservices.ray.io rayservice-sample

image

$ kubectl get services

image

$ kubectl port-forward svc/rayservice-sample-head-svc 8265:8265

image

$ kubectl run curl --image=radial/busyboxplus:curl -i --tty
$ curl -X POST -H 'Content-Type: application/json' rayservice-sample-serve-svc:8000/fruit/ -d '["MANGO", 2]'
$ curl -X POST -H 'Content-Type: application/json' rayservice-sample-serve-svc:8000/calc/ -d '["MUL", 3]

image

Related issue number

Closes #54076

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 :(

@CheyuWu CheyuWu requested review from pcmoritz, kevin85421 and a team as code owners June 26, 2025 14:48
@CheyuWu CheyuWu force-pushed the chore/rayservice-quick/delete branch 2 times, most recently from 1c61f94 to fe6a7da Compare June 26, 2025 18:24
Signed-off-by: Cheyu Wu <cheyu1220@gmail.com>
@CheyuWu CheyuWu force-pushed the chore/rayservice-quick/delete branch from fe6a7da to e4a831e Compare June 26, 2025 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Docs][KubeRay] Convert rayservice-quick-start.ipynb back to markdown docs
2 participants
0