File tree 3 files changed +8
-2
lines changed
src/codeflare_sdk/templates
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ metadata:
8
8
orderedinstance : " m4.xlarge_g4dn.xlarge"
9
9
spec :
10
10
priority : 9
11
+ schedulingSpec :
12
+ minAvailable : 3
11
13
resources :
12
14
Items : []
13
15
GenericItems :
@@ -112,6 +114,7 @@ spec:
112
114
operator : In
113
115
values :
114
116
- " aw-kuberay"
117
+ priorityClassName : " default-priority"
115
118
containers :
116
119
# The Ray head pod
117
120
- env :
@@ -182,6 +185,7 @@ spec:
182
185
operator : In
183
186
values :
184
187
- " aw-kuberay"
188
+ priorityClassName : " default-priority"
185
189
initContainers :
186
190
# the env var $RAY_IP is set by the operator if missing, with the value of the head service name
187
191
- name : init-myservice
Original file line number Diff line number Diff line change 88
88
cpu : 2
89
89
memory : 8G
90
90
nvidia.com/gpu : 0
91
+ priorityClassName : default-priority
91
92
rayVersion : 2.1.0
92
93
workerGroupSpecs :
93
94
- groupName : small-group-unit-cmd-cluster
@@ -152,7 +153,7 @@ spec:
152
153
to :
153
154
kind : Service
154
155
name : unit-cmd-cluster-head-svc
155
- replicas : 1
156
+ replica : 1
156
157
Items : []
157
158
schedulingSpec :
158
159
minAvailable : 3
Original file line number Diff line number Diff line change 99
99
cpu : 2
100
100
memory : 8G
101
101
nvidia.com/gpu : 0
102
+ priorityClassName : default-priority
102
103
rayVersion : 2.1.0
103
104
workerGroupSpecs :
104
105
- groupName : small-group-unit-test-cluster
@@ -172,7 +173,7 @@ spec:
172
173
to :
173
174
kind : Service
174
175
name : unit-test-cluster-head-svc
175
- replicas : 1
176
+ replica : 1
176
177
Items : []
177
178
schedulingSpec :
178
179
minAvailable : 3
You can’t perform that action at this time.
0 commit comments