Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/source/cluster/kubernetes/k8s-ecosystem/yunikorn.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ helm install kuberay-operator kuberay/kuberay-operator --version 1.4.2 --set bat

## Step 4: Use Apache YuniKorn for gang scheduling

This example uses gang scheduling with Apache YuniKorn and KubeRay.
This example demonstrates gang scheduling of RayCluster custom resources with Apache YuniKorn and KubeRay. Starting with KubeRay 1.5.0, KubeRay also supports gang scheduling for RayJob custom resources.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Thanks for adding this clarification! To improve readability, you could rephrase the second sentence to be more direct and avoid repeating 'KubeRay'.

Suggested change
This example demonstrates gang scheduling of RayCluster custom resources with Apache YuniKorn and KubeRay. Starting with KubeRay 1.5.0, KubeRay also supports gang scheduling for RayJob custom resources.
This example demonstrates gang scheduling of RayCluster custom resources with Apache YuniKorn and KubeRay. Gang scheduling for RayJob custom resources is also supported, starting with KubeRay v1.5.0.


First, create a queue with a capacity of 4 CPUs and 6Gi of RAM by editing the ConfigMap:

Expand Down