Skip to content

Commit

Permalink
Delete neurohackademy dedicated nodepools
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibson91 committed Aug 27, 2024
1 parent 1150c4d commit ca769a6
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions eksctl/2i2c-aws-us.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -40,37 +40,6 @@ local notebookNodes = [
// GPUs in a single AZ are in use and no new nodes can be spawned
availabilityZones: masterAzs,
},
{
instanceType: "r5.xlarge",
nameSuffix: 'dedicated',
labels+: {
"2i2c.org/community": "neurohackademy"
},
tags+: {
"community": "neurohackademy"
},
taints+: {
"2i2c.org/community": "neurohackademy:NoSchedule"
},
},
{
instanceType: "g4dn.xlarge",
nameSuffix: 'dedicated',
labels+: {
"2i2c.org/community": "neurohackademy"
},
tags+: {
"k8s.io/cluster-autoscaler/node-template/resources/nvidia.com/gpu": "1",
"community": "neurohackademy"
},
taints+: {
"nvidia.com/gpu": "present:NoSchedule",
"2i2c.org/community": "neurohackademy:NoSchedule"
},
// Allow provisioning GPUs across all AZs, to prevent situation where all
// GPUs in a single AZ are in use and no new nodes can be spawned
availabilityZones: masterAzs,
},
];


Expand Down

0 comments on commit ca769a6

Please sign in to comment.