-
Notifications
You must be signed in to change notification settings - Fork 7.1k
[Doc] Add ports configuration & Move dashboard to the original place #10281
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
[Doc] Add ports configuration & Move dashboard to the original place #10281
Conversation
| Ports configurations | ||
| -------------------- | ||
| Ray requires bi-directional communication among its nodes in a cluster. Each of node is supposed to open specific ports to receive incoming network requests. | ||
|
|
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.
Please lmk if I am missing something here.
edoakes
left a comment
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.
Could you also add the correct default values for each port so people don't need to use the CLI to figure it out?
I also just noticed that the only difference between head and worker nodes here is --port and --gcs-server-port - might be nicer to just have a "all nodes" section with the common ones and then say "additionally, on the head node you need to open: xxx, yyy." What we currently have seems fine, though.
Why are these changes needed?
This PR is doing 2 things.
using-rayagain.Related issue number
Checks
scripts/format.shto lint the changes in this PR.