Skip to content

Commit d5ff33c

Browse files
Merge pull request #7920 from GeorgianaElena/fix-spot-instances
[ucmerced] Fix dask nodepools
2 parents b34233e + 61f7dce commit d5ff33c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

eksctl/ucmerced.jsonnet

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ local c = cluster.makeCluster(
1414
],
1515
daskInstanceTypes=[
1616
// Allow for a range of spot instance types
17-
'r5.4xlarge',
18-
'r7i.4xlarge',
19-
'r6i.4xlarge',
17+
[
18+
'r5.4xlarge',
19+
'r7i.4xlarge',
20+
'r6i.4xlarge',
21+
],
2022
],
2123
hubs=['staging', 'prod'],
2224
notebookGPUNodeGroups=[],

0 commit comments

Comments
 (0)