We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4674e1 commit 61f7dceCopy full SHA for 61f7dce
eksctl/ucmerced.jsonnet
@@ -14,9 +14,11 @@ local c = cluster.makeCluster(
14
],
15
daskInstanceTypes=[
16
// Allow for a range of spot instance types
17
- 'r5.4xlarge',
18
- 'r7i.4xlarge',
19
- 'r6i.4xlarge',
+ [
+ 'r5.4xlarge',
+ 'r7i.4xlarge',
20
+ 'r6i.4xlarge',
21
+ ],
22
23
hubs=['staging', 'prod'],
24
notebookGPUNodeGroups=[],
0 commit comments