mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
Fixing formatting around TODO that found its way into compiled docs. (#28001)
Signed-off-by: Cade Daniel <cade@anyscale.com> Fixing formatting around TODO that found its way into compiled docs.
This commit is contained in:
parent
7561327eed
commit
0f262ea98d
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ By default, this uses port 8265.
|
||||||
|
|
||||||
If you are using a local Ray Cluster (``ray start --head``), you can connect directly at ``http://127.0.0.1:8265``.
|
If you are using a local Ray Cluster (``ray start --head``), you can connect directly at ``http://127.0.0.1:8265``.
|
||||||
If you are using a Ray Cluster started on VMs or Kubernetes, you can follow the instructions there for setting up network access from a client.
|
If you are using a Ray Cluster started on VMs or Kubernetes, you can follow the instructions there for setting up network access from a client.
|
||||||
|
|
||||||
.. TODO: Add links to networking tips for VMs and kubernetes.
|
.. TODO: Add links to networking tips for VMs and kubernetes.
|
||||||
|
|
||||||
To tell the Ray Jobs CLI how to find your Ray Cluster, we will pass the Ray Dashboard address. This can be done by setting the ``RAY_ADDRESS`` environment variable:
|
To tell the Ray Jobs CLI how to find your Ray Cluster, we will pass the Ray Dashboard address. This can be done by setting the ``RAY_ADDRESS`` environment variable:
|
||||||
|
|
Loading…
Add table
Reference in a new issue