We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c37651 commit db09cf3Copy full SHA for db09cf3
src/codeflare_sdk/templates/base-template.yaml
@@ -8,6 +8,8 @@ metadata:
8
orderedinstance: "m4.xlarge_g4dn.xlarge"
9
spec:
10
priority: 9
11
+ schedulingSpec:
12
+ minAvailable: 3
13
resources:
14
Items: []
15
GenericItems:
@@ -112,6 +114,7 @@ spec:
112
114
operator: In
113
115
values:
116
- "aw-kuberay"
117
+ priorityClassName: "low-priority"
118
containers:
119
# The Ray head pod
120
- env:
@@ -182,6 +185,7 @@ spec:
182
185
183
186
184
187
188
189
initContainers:
190
# the env var $RAY_IP is set by the operator if missing, with the value of the head service name
191
- name: init-myservice
0 commit comments