mirror of
https://github.com/wassname/ray.git
synced 2026-08-12 12:20:11 +08:00
Automatically add ip addresses to list of known hosts in cluster usage documentation. (#667)
This commit is contained in:
committed by
Philipp Moritz
parent
54925996ca
commit
fb119bb50c
@@ -85,7 +85,7 @@ Confirm that you can ssh to all nodes
|
||||
.. code-block:: bash
|
||||
|
||||
for host in $(cat workers.txt); do
|
||||
ssh $host uptime
|
||||
ssh -o "StrictHostKeyChecking no" $host uptime
|
||||
done
|
||||
|
||||
You may need to verify the host keys during this process. If so, run this step
|
||||
|
||||
Reference in New Issue
Block a user