ray-project / kuberay

A toolkit to run Ray applications on Kubernetes
Apache License 2.0
990 stars 330 forks source link

Remove extranous arguments from examples #2051

Closed thomasdesr closed 3 months ago

thomasdesr commented 3 months ago

Why are these changes needed?

These examples are a little misleading, clean them up to clarify behavior.

Related issue number

n/a

Checks

kevin85421 commented 3 months ago

Chatted with @thomasdesr offline. We should not use 0.0.0.0. If users are running a Kind cluster on devbox, we can use:

ssh -L 8265:localhost:8265 devbox
# In devbox
kubectl port-forward svc/$HEAD_SVC 8265 8265
# Access 127.0.0.1:8265 in your laptop's browser.