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:
Cade Daniel 2022-08-18 17:46:39 -07:00 committed by scv119
parent 7561327eed
commit 0f262ea98d

View file

@ -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: