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 bfe2666 commit 9eceb52Copy full SHA for 9eceb52
eksctl/nmfs-openscapes.jsonnet
@@ -79,6 +79,18 @@ local notebookNodes = [
79
labels+: { "2i2c/hub-name": "workshop" },
80
tags+: { "2i2c:hub-name": "workshop" },
81
},
82
+ {
83
+ instanceType: "g4dn.xlarge",
84
+ tags+: {
85
+ "k8s.io/cluster-autoscaler/node-template/resources/nvidia.com/gpu": "1"
86
+ },
87
+ taints+: {
88
+ "nvidia.com/gpu": "present:NoSchedule"
89
90
+ // Allow provisioning GPUs across all AZs, to prevent situation where all
91
+ // GPUs in a single AZ are in use and no new nodes can be spawned
92
+ availabilityZones: masterAzs,
93
94
];
95
local daskNodes = [];
96
0 commit comments