diff --git a/cookbook/docs/conf.py b/cookbook/docs/conf.py index 64df73e0d..fe71e4cd8 100644 --- a/cookbook/docs/conf.py +++ b/cookbook/docs/conf.py @@ -290,6 +290,7 @@ def __call__(self, filename): "../integrations/kubernetes/kftensorflow", "../integrations/kubernetes/kfpytorch", "../integrations/kubernetes/kfmpi", + "../integrations/kubernetes/ray_example", "../integrations/aws/athena", "../integrations/aws/batch", "../integrations/aws/sagemaker_training", @@ -329,6 +330,7 @@ def __call__(self, filename): "auto/integrations/kubernetes/kftensorflow", "auto/integrations/kubernetes/kfpytorch", "auto/integrations/kubernetes/kfmpi", + "auto/integrations/kubernetes/ray_example", "auto/integrations/aws/athena", "auto/integrations/aws/batch", "auto/integrations/aws/sagemaker_training", diff --git a/cookbook/docs/index.rst b/cookbook/docs/index.rst index d1702b444..90f0ca7b3 100644 --- a/cookbook/docs/index.rst +++ b/cookbook/docs/index.rst @@ -184,6 +184,7 @@ Table of Contents auto/integrations/kubernetes/kfpytorch/index auto/integrations/kubernetes/kftensorflow/index auto/integrations/kubernetes/kfmpi/index + auto/integrations/kubernetes/ray_example/index auto/integrations/aws/sagemaker_training/index auto/integrations/aws/sagemaker_pytorch/index auto/integrations/aws/athena/index diff --git a/cookbook/docs/integrations.rst b/cookbook/docs/integrations.rst index 7c384fe07..4ed20957d 100644 --- a/cookbook/docs/integrations.rst +++ b/cookbook/docs/integrations.rst @@ -146,6 +146,15 @@ orchestrated by Flyte itself, within its provisioned Kubernetes clusters. ^^^^^^^^^^^^ Run distributed deep learning training jobs using Horovod and MPI. + --- + + .. link-button:: auto/integrations/kubernetes/ray_example/index + :type: ref + :text: Ray Task + :classes: btn-block stretched-link + ^^^^^^^^^^^^ + Run Ray jobs on a K8s Cluster. + .. _external_service_backend_plugins: ********************************