From 0f262ea98d2af5981b917556520a406ff19bc760 Mon Sep 17 00:00:00 2001 From: Cade Daniel Date: Thu, 18 Aug 2022 17:46:39 -0700 Subject: [PATCH] Fixing formatting around TODO that found its way into compiled docs. (#28001) Signed-off-by: Cade Daniel Fixing formatting around TODO that found its way into compiled docs. --- .../cluster/running-applications/job-submission/quickstart.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/cluster/running-applications/job-submission/quickstart.rst b/doc/source/cluster/running-applications/job-submission/quickstart.rst index 0b585ba57..b06ba9fc6 100644 --- a/doc/source/cluster/running-applications/job-submission/quickstart.rst +++ b/doc/source/cluster/running-applications/job-submission/quickstart.rst @@ -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 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. 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: