Skip to content

Commit 61f7dce

Browse files
Fix ucmerced dask nodepools
1 parent a4674e1 commit 61f7dce

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)