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 8ba8663 commit e6fc722Copy full SHA for e6fc722
eksctl/dandi.jsonnet
@@ -28,6 +28,15 @@ local notebookNodes = [
28
{ instanceType: "r5.xlarge" },
29
{ instanceType: "r5.4xlarge" },
30
{ instanceType: "r5.16xlarge" },
31
+ {
32
+ instanceType: "g4dn.xlarge",
33
+ tags+: {
34
+ "k8s.io/cluster-autoscaler/node-template/resources/nvidia.com/gpu": "1"
35
+ },
36
+ // Allow provisioning GPUs across all AZs, to prevent situation where all
37
+ // GPUs in a single AZ are in use and no new nodes can be spawned
38
+ availabilityZones: masterAzs,
39
+ }
40
];
41
local daskNodes = [
42
// Node definitions for dask worker nodes. Config here is merged
0 commit comments