mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
Revert "[docs][kubernetes] Shift docs into new structure (#27239)"
This reverts commit 059895ab5b
.
This commit is contained in:
parent
729566d8ff
commit
22060e4396
12 changed files with 58 additions and 47 deletions
|
@ -253,6 +253,16 @@ parts:
|
|||
- file: cluster/key-concepts
|
||||
- file: cluster/user-guide
|
||||
- file: cluster/cloud
|
||||
- file: cluster/kuberay
|
||||
sections:
|
||||
- file: cluster/kuberay/quickstart
|
||||
- file: cluster/kuberay/config
|
||||
- file: cluster/kuberay/k8s-cluster-setup
|
||||
- file: cluster/kuberay/logging
|
||||
- file: cluster/kuberay/networking
|
||||
- file: cluster/kuberay/gpu
|
||||
- file: cluster/kuberay/ml-example
|
||||
- file: cluster/kuberay/kuberay-vs-legacy
|
||||
- file: cluster/deploy
|
||||
- file: cluster/api
|
||||
- file: cluster/usage-stats
|
||||
|
@ -268,14 +278,7 @@ parts:
|
|||
sections:
|
||||
- file: cluster/cluster_under_construction/ray-clusters-on-kubernetes/getting-started
|
||||
- file: cluster/cluster_under_construction/ray-clusters-on-kubernetes/user-guides
|
||||
sections:
|
||||
- file: cluster/cluster_under_construction/ray-clusters-on-kubernetes/user-guides/config.md
|
||||
- file: cluster/cluster_under_construction/ray-clusters-on-kubernetes/user-guides/gpu.md
|
||||
- file: cluster/cluster_under_construction/ray-clusters-on-kubernetes/user-guides/networking.md
|
||||
- file: cluster/cluster_under_construction/ray-clusters-on-kubernetes/user-guides/kuberay-vs-legacy.md
|
||||
- file: cluster/cluster_under_construction/ray-clusters-on-kubernetes/examples
|
||||
sections:
|
||||
- file: cluster/cluster_under_construction/ray-clusters-on-kubernetes/examples/ml-example.md
|
||||
- file: cluster/cluster_under_construction/ray-clusters-on-kubernetes/references
|
||||
- file: cluster/cluster_under_construction/ray-clusters-on-vms/index
|
||||
title: Ray Clusters on VMs
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
# Getting Started
|
||||
:::{warning}
|
||||
This page is under construction!
|
||||
:::
|
|
@ -1,40 +1,4 @@
|
|||
# Ray on Kubernetes
|
||||
(kuberay-index)=
|
||||
## Overview
|
||||
|
||||
You can execute your distributed Ray programs on a Kubernetes cluster.
|
||||
|
||||
The [KubeRay Operator](https://ray-project.github.io/kuberay/components/operator/) provides a Kubernetes-native
|
||||
interface for managing Ray clusters. Each Ray cluster consist of a head pod and collection of worker pods.
|
||||
Optional autoscaling support allows the KubeRay Operator to size your Ray clusters according to the requirements
|
||||
of your Ray workload, adding and removing Ray pods as needed.
|
||||
|
||||
## Learn More
|
||||
|
||||
The Ray docs present all the information you need to start running Ray workloads on Kubernetes.
|
||||
|
||||
```{eval-rst}
|
||||
.. panels::
|
||||
:container: text-center
|
||||
:column: col-lg-12 p-2
|
||||
:card:
|
||||
|
||||
**Getting started**
|
||||
^^^
|
||||
|
||||
Learn how to start a Ray cluster and deploy Ray applications on Kubernetes.
|
||||
|
||||
+++
|
||||
.. link-button:: kuberay-quickstart
|
||||
:type: ref
|
||||
:text: Get Started with Ray on Kubernetes
|
||||
:classes: btn-outline-info btn-block
|
||||
```
|
||||
## The KubeRay project
|
||||
|
||||
Ray's Kubernetes support is developed at the [KubeRay GitHub repository](https://github.com/ray-project/kuberay), under the broader [Ray project](https://github.com/ray-project/).
|
||||
|
||||
- Visit the [KubeRay GitHub repo](https://github.com/ray-project/kuberay) to track progress, report bugs, propose new features, or contribute to
|
||||
the project.
|
||||
- Check out the [KubeRay docs](https://ray-project.github.io/kuberay/) for further technical information, developer guides,
|
||||
and discussion of new and upcoming features.
|
||||
# Index
|
||||
:::{warning}
|
||||
This page is under construction!
|
||||
:::
|
||||
|
|
40
doc/source/cluster/kuberay.md
Normal file
40
doc/source/cluster/kuberay.md
Normal file
|
@ -0,0 +1,40 @@
|
|||
# Ray on Kubernetes
|
||||
(kuberay-index)=
|
||||
## Overview
|
||||
|
||||
You can execute your distributed Ray programs on a Kubernetes cluster.
|
||||
|
||||
The [KubeRay Operator](https://ray-project.github.io/kuberay/components/operator/) provides a Kubernetes-native
|
||||
interface for managing Ray clusters. Each Ray cluster consist of a head pod and collection of worker pods.
|
||||
Optional autoscaling support allows the KubeRay Operator to size your Ray clusters according to the requirements
|
||||
of your Ray workload, adding and removing Ray pods as needed.
|
||||
|
||||
## Learn More
|
||||
|
||||
The Ray docs present all the information you need to start running Ray workloads on Kubernetes.
|
||||
|
||||
```{eval-rst}
|
||||
.. panels::
|
||||
:container: text-center
|
||||
:column: col-lg-12 p-2
|
||||
:card:
|
||||
|
||||
**Getting started**
|
||||
^^^
|
||||
|
||||
Learn how to start a Ray cluster and deploy Ray applications on Kubernetes.
|
||||
|
||||
+++
|
||||
.. link-button:: kuberay-quickstart
|
||||
:type: ref
|
||||
:text: Get Started with Ray on Kubernetes
|
||||
:classes: btn-outline-info btn-block
|
||||
```
|
||||
## The KubeRay project
|
||||
|
||||
Ray's Kubernetes support is developed at the [KubeRay GitHub repository](https://github.com/ray-project/kuberay), under the broader [Ray project](https://github.com/ray-project/).
|
||||
|
||||
- Visit the [KubeRay GitHub repo](https://github.com/ray-project/kuberay) to track progress, report bugs, propose new features, or contribute to
|
||||
the project.
|
||||
- Check out the [KubeRay docs](https://ray-project.github.io/kuberay/) for further technical information, developer guides,
|
||||
and discussion of new and upcoming features.
|
Loading…
Add table
Reference in a new issue