File tree Expand file tree Collapse file tree 3 files changed +40
-81
lines changed
ray-operator/config/samples Expand file tree Collapse file tree 3 files changed +40
-81
lines changed Original file line number Diff line number Diff line change 1
- apiVersion : scheduling.run.ai/v2
2
- kind : Queue
3
- metadata :
4
- name : default
5
- spec :
6
- resources :
7
- cpu :
8
- quota : -1
9
- limit : -1
10
- overQuotaWeight : 1
11
- gpu :
12
- quota : -1
13
- limit : -1
14
- overQuotaWeight : 1
15
- memory :
16
- quota : -1
17
- limit : -1
18
- overQuotaWeight : 1
19
- ---
20
- apiVersion : scheduling.run.ai/v2
21
- kind : Queue
22
- metadata :
23
- name : test
24
- spec :
25
- parentQueue : default
26
- resources :
27
- cpu :
28
- quota : -1
29
- limit : -1
30
- overQuotaWeight : 1
31
- gpu :
32
- quota : -1
33
- limit : -1
34
- overQuotaWeight : 1
35
- memory :
36
- quota : -1
37
- limit : -1
38
- overQuotaWeight : 1
39
- ---
40
-
41
1
apiVersion : ray.io/v1
42
2
kind : RayCluster
43
3
metadata :
44
4
name : raycluster-half-gpu
45
5
labels :
46
- kai.scheduler/queue : test
6
+ kai.scheduler/queue : team-a
47
7
spec :
48
8
headGroupSpec :
49
9
template :
Original file line number Diff line number Diff line change
1
+ apiVersion : scheduling.run.ai/v2
2
+ kind : Queue
3
+ metadata :
4
+ name : department-1
5
+ spec :
6
+ resources :
7
+ cpu :
8
+ quota : -1
9
+ limit : -1
10
+ overQuotaWeight : 1
11
+ gpu :
12
+ quota : -1
13
+ limit : -1
14
+ overQuotaWeight : 1
15
+ memory :
16
+ quota : -1
17
+ limit : -1
18
+ overQuotaWeight : 1
19
+ ---
20
+ apiVersion : scheduling.run.ai/v2
21
+ kind : Queue
22
+ metadata :
23
+ name : team-a
24
+ spec :
25
+ parentQueue : department-1
26
+ resources :
27
+ cpu :
28
+ quota : -1
29
+ limit : -1
30
+ overQuotaWeight : 1
31
+ gpu :
32
+ quota : -1
33
+ limit : -1
34
+ overQuotaWeight : 1
35
+ memory :
36
+ quota : -1
37
+ limit : -1
38
+ overQuotaWeight : 1
Original file line number Diff line number Diff line change 1
1
# A simple example raycluster with KAI
2
- apiVersion : scheduling.run.ai/v2
3
- kind : Queue
4
- metadata :
5
- name : default
6
- spec :
7
- resources :
8
- cpu :
9
- quota : -1
10
- limit : -1
11
- overQuotaWeight : 1
12
- gpu :
13
- quota : -1
14
- limit : -1
15
- overQuotaWeight : 1
16
- memory :
17
- quota : -1
18
- limit : -1
19
- overQuotaWeight : 1
20
- ---
21
- apiVersion : scheduling.run.ai/v2
22
- kind : Queue
23
- metadata :
24
- name : test
25
- spec :
26
- parentQueue : default
27
- resources :
28
- cpu :
29
- quota : -1
30
- limit : -1
31
- overQuotaWeight : 1
32
- gpu :
33
- quota : -1
34
- limit : -1
35
- overQuotaWeight : 1
36
- memory :
37
- quota : -1
38
- limit : -1
39
- overQuotaWeight : 1
40
- ---
41
2
apiVersion : ray.io/v1
42
3
kind : RayCluster
43
4
metadata :
44
5
name : raycluster-sample
45
6
labels :
46
- kai.scheduler/queue : test
7
+ kai.scheduler/queue : team-a
47
8
spec :
48
9
headGroupSpec :
49
10
template :
You can’t perform that action at this time.
0 commit comments