Skip to content

Commit 8ee6770

Browse files
Fix veda dask nodepools
1 parent 73df05c commit 8ee6770

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

eksctl/nasa-veda.jsonnet

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ local c = cluster.makeCluster(
1212
'r5.16xlarge',
1313
],
1414
daskInstanceTypes=[
15-
// Allow for a range of spot instance types
16-
'r5.4xlarge',
17-
'r7i.4xlarge',
18-
'r6i.4xlarge',
15+
[
16+
// Allow for a range of spot instance types
17+
'r5.4xlarge',
18+
'r7i.4xlarge',
19+
'r6i.4xlarge',
20+
],
1921
],
2022
hubs=['staging', 'prod', 'binder'],
2123
notebookGPUNodeGroups=[

0 commit comments

Comments
 (0)