Skip to content

Commit

Permalink
Remove ITCOOcean hackweek nodegroups
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibson91 committed Jan 28, 2025
1 parent 81f1f9f commit 28c38e9
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions eksctl/2i2c-aws-us.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -133,25 +133,6 @@ local notebookNodes = [
// GPUs in a single AZ are in use and no new nodes can be spawned
availabilityZones: masterAzs,
},
// itcoocean
{
instanceType: "r5.xlarge",
namePrefix: "nb-itcoocean",
labels+: { "2i2c/hub-name": "itcoocean" },
tags+: { "2i2c:hub-name": "itcoocean" }
},
{
instanceType: "r5.4xlarge",
namePrefix: "nb-itcoocean",
labels+: { "2i2c/hub-name": "itcoocean" },
tags+: { "2i2c:hub-name": "itcoocean" }
},
{
instanceType: "r5.16xlarge",
namePrefix: "nb-itcoocean",
labels+: { "2i2c/hub-name": "itcoocean" },
tags+: { "2i2c:hub-name": "itcoocean" }
},
// cosmicds
{
instanceType: "r5.xlarge",
Expand Down

0 comments on commit 28c38e9

Please sign in to comment.