Link to kubernetes config files in docs (#5865)

This commit is contained in:
Edward Oakes
2019-10-08 11:06:25 -07:00
committed by GitHub
parent 785670bc18
commit 486abedcdf
+9 -6
View File
@@ -19,12 +19,15 @@ This document assumes that you have access to a Kubernetes cluster and have
first walk you through how to deploy a Ray cluster on your existing Kubernetes
cluster, then explore a few different ways to run programs on the Ray cluster.
The configuration ``yaml`` files here are provided as examples to get you
started. At a minimum you will probably want to build and use your own
container images, add more worker nodes to the cluster (or use the
`Kubernetes Horizontal Pod Autoscaler`_), and change the resource requests for
the head and worker nodes. Refer to the provided ``yaml`` files to be sure that
you maintain important configuration options for Ray to function properly.
The configuration ``yaml`` files used here are provided in the `Ray repository`_
as examples to get you started. When deploying real applications, you will probably
want to build and use your own container images, add more worker nodes to the
cluster (or use the `Kubernetes Horizontal Pod Autoscaler`_), and change the
resource requests for the head and worker nodes. Refer to the provided ``yaml``
files to be sure that you maintain important configuration options for Ray to
function properly.
.. _`Ray repository`: https://github.com/ray-project/ray/tree/master/doc/kubernetes
Creating a Ray Namespace
------------------------