Update docs to make sure user does ssh port forwarding from another terminal (#19367)

This commit is contained in:
Ameer Haj Ali 2021-10-21 13:17:08 -07:00 committed by GitHub
parent 03406706b3
commit 923adb6512
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -141,7 +141,7 @@ listening port (``10001``).
$ ray up cluster.yaml
$ ray attach cluster.yaml -p 10001
Then, you can connect to the Ray cluster using ``localhost`` as the
Then, you can connect to the Ray cluster **from another terminal** using ``localhost`` as the
``head_node_host``.
.. code-block:: python