Skip to content

Commit

Permalink
Delete NCAR-CISL's nodegroups
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibson91 committed Jan 28, 2025
1 parent 7822c37 commit 5fa92c7
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions eksctl/2i2c-aws-us.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -98,41 +98,6 @@ local notebookNodes = [
// GPUs in a single AZ are in use and no new nodes can be spawned
availabilityZones: masterAzs,
},
// ncar-cisl
{
instanceType: "r5.xlarge",
namePrefix: "nb-ncar-cisl",
labels+: { "2i2c/hub-name": "ncar-cisl" },
tags+: { "2i2c:hub-name": "ncar-cisl" }
},
{
instanceType: "r5.4xlarge",
namePrefix: "nb-ncar-cisl",
labels+: { "2i2c/hub-name": "ncar-cisl" },
tags+: { "2i2c:hub-name": "ncar-cisl" }
},
{
instanceType: "r5.16xlarge",
namePrefix: "nb-ncar-cisl",
labels+: { "2i2c/hub-name": "ncar-cisl" },
tags+: { "2i2c:hub-name": "ncar-cisl" }
},
{
instanceType: "g4dn.xlarge",
namePrefix: "gpu-ncar-cisl",
minSize: 0,
labels+: { "2i2c/hub-name": "ncar-cisl" },
tags+: {
"k8s.io/cluster-autoscaler/node-template/resources/nvidia.com/gpu": "1",
"2i2c:hub-name": "ncar-cisl",
},
taints+: {
"nvidia.com/gpu": "present: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,
},
// cosmicds
{
instanceType: "r5.xlarge",
Expand Down

0 comments on commit 5fa92c7

Please sign in to comment.