Skip to content

Commit b58c683

Browse files
committed
Addressed Future-Outlier's comments
Signed-off-by: win5923 <ken89@kimo.com>
1 parent d8270b2 commit b58c683

File tree

1 file changed

+4
-4
lines changed
  • doc/source/cluster/kubernetes/k8s-ecosystem

1 file changed

+4
-4
lines changed

doc/source/cluster/kubernetes/k8s-ecosystem/volcano.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -325,14 +325,14 @@ kubectl delete raycluster test-cluster-1
325325
kubectl delete queue kuberay-test-queue
326326
```
327327

328-
### Step 6: Use Volcano for RayJob gang scheduling
328+
### Use Volcano for RayJob gang scheduling
329329

330330
Starting with KubeRay 1.5.0, KubeRay supports gang scheduling for RayJob custom resources.
331331

332332
First, create a queue with a capacity of 4 CPUs and 6Gi of RAM and RayJob a with a head node (1 CPU + 2Gi of RAM), two workers (1 CPU + 1Gi of RAM each) and a submitter pod (0.5 CPU + 200Mi of RAM), for a total of 3500m CPU and 4296Mi of RAM
333333

334334
```shell
335-
curl -LO https://raw.githubusercontent.com/ray-project/kuberay/master/ray-operator/config/samples/ray-job.volcano-scheduler-queue.yaml
335+
curl -LO https://raw.githubusercontent.com/ray-project/kuberay/refs/tags/v1.5.0-rc.0/ray-operator/config/samples/ray-job.volcano-scheduler-queue.yaml
336336
kubectl apply -f ray-job.volcano-scheduler-queue.yaml
337337
```
338338

@@ -402,12 +402,12 @@ kubectl get podgroup ray-rayjob-sample-1-pg -o yaml
402402
# phase: Pending
403403
```
404404

405-
Delete the first RayJob to make space in the queue
405+
Delete the first RayJob to make space in the queue.
406406
```shell
407407
kubectl delete rayjob rayjob-sample-0
408408
```
409409

410-
The PodGroup for the second cluster changed to the Running state, because enough resources are now available to schedule the entire set of pods
410+
The PodGroup for the second cluster changed to the Running state, because enough resources are now available to schedule the entire set of pods.
411411
```shell
412412
kubectl get podgroup ray-rayjob-sample-1-pg -o yaml
413413

0 commit comments

Comments
 (0)