From 259a06d67499182764d1658d4f911d76219a7c50 Mon Sep 17 00:00:00 2001 From: mean-world Date: Sat, 29 Jun 2024 14:50:23 +0800 Subject: [PATCH] [YUNIKORN-2675] A Example doc of RayCluster and RayJob management with Yunikorn --- docs/user_guide/workloads/run_ray_cluster.md | 2 +- docs/user_guide/workloads/run_ray_job.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user_guide/workloads/run_ray_cluster.md b/docs/user_guide/workloads/run_ray_cluster.md index 45aea22137d..19bceeadb4d 100644 --- a/docs/user_guide/workloads/run_ray_cluster.md +++ b/docs/user_guide/workloads/run_ray_cluster.md @@ -26,7 +26,7 @@ under the License. --> ## Note -This example demonstrates how to set up [KubeRay](https://docs.ray.io/en/master/cluster/kubernetes/getting-started.html) and run a [Ray Cluster](https://docs.ray.io/en/master/cluster/kubernetes/getting-started/raycluster-quick-start.html) with the YuniKorn scheduler. It relies on an admission controller to configure the default applicationId and queue name.If you want more details, please refer to [Yunikorn supported labels](https://yunikorn.apache.org/docs/user_guide/labels_and_annotations_in_yunikorn) and [Yunikorn queue setting](https://yunikorn.apache.org/docs/user_guide/queue_config). +This example demonstrates how to set up [KubeRay](https://docs.ray.io/en/master/cluster/kubernetes/getting-started.html) and run a [Ray Cluster](https://docs.ray.io/en/master/cluster/kubernetes/getting-started/raycluster-quick-start.html) with the YuniKorn scheduler. It relies on an admission controller to configure the default applicationId and queue name. If you want more details, please refer to [Yunikorn supported labels](https://yunikorn.apache.org/docs/user_guide/labels_and_annotations_in_yunikorn) and [Yunikorn queue setting](https://yunikorn.apache.org/docs/user_guide/queue_config). ## Modify YuniKorn settings Follow [YuniKorn install guide](https://yunikorn.apache.org/docs/) and modify YuniKorn configmap "yunikorn-defaults" to allow ray operator based on k8s service account. diff --git a/docs/user_guide/workloads/run_ray_job.md b/docs/user_guide/workloads/run_ray_job.md index 890ff238033..bc7a193bafd 100644 --- a/docs/user_guide/workloads/run_ray_job.md +++ b/docs/user_guide/workloads/run_ray_job.md @@ -26,7 +26,7 @@ under the License. --> ## Note -This example is how to setup [KubeRay](https://docs.ray.io/en/master/cluster/kubernetes/getting-started.html) and run [Ray Job](https://docs.ray.io/en/master/cluster/kubernetes/getting-started/rayjob-quick-start.html) with YuniKorn scheduler.It relies on an admission controller to configure the default applicationId and queue name.If you want more details, please refer to [Yunikorn supported labels](https://yunikorn.apache.org/docs/user_guide/labels_and_annotations_in_yunikorn) and [Yunikorn queue setting](https://yunikorn.apache.org/docs/user_guide/queue_config). +This example is how to setup [KubeRay](https://docs.ray.io/en/master/cluster/kubernetes/getting-started.html) and run [Ray Job](https://docs.ray.io/en/master/cluster/kubernetes/getting-started/rayjob-quick-start.html) with YuniKorn scheduler. It relies on an admission controller to configure the default applicationId and queue name. If you want more details, please refer to [Yunikorn supported labels](https://yunikorn.apache.org/docs/user_guide/labels_and_annotations_in_yunikorn) and [Yunikorn queue setting](https://yunikorn.apache.org/docs/user_guide/queue_config). ## Modify YuniKorn settings Follow [YuniKorn install](https://yunikorn.apache.org/docs/) and modify YuniKorn configmap "yunikorn-defaults"