Skip to content

Commit

Permalink
Only have gpus for ncar and showcase becasue only they requested it
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgianaElena committed Nov 15, 2024
1 parent 2276076 commit 2eaa728
Showing 1 changed file with 0 additions and 64 deletions.
64 changes: 0 additions & 64 deletions eksctl/2i2c-aws-us.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,6 @@ local notebookNodes = [
labels+: { "2i2c/hub-name": "staging" },
tags+: { "2i2c:hub-name": "staging" }
},
{
instanceType: "g4dn.xlarge",
namePrefix: "nb-staging",
minSize: 0,
labels+: { "2i2c/hub-name": "staging" },
tags+: {
"k8s.io/cluster-autoscaler/node-template/resources/nvidia.com/gpu": "1",
"2i2c:hub-name": "staging",
},
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,
},
// dask-staging
{
instanceType: "r5.xlarge",
Expand All @@ -80,22 +64,6 @@ local notebookNodes = [
labels+: { "2i2c/hub-name": "dask-staging" },
tags+: { "2i2c:hub-name": "dask-staging" }
},
{
instanceType: "g4dn.xlarge",
namePrefix: "nb-dask-staging",
minSize: 0,
labels+: { "2i2c/hub-name": "dask-staging" },
tags+: {
"k8s.io/cluster-autoscaler/node-template/resources/nvidia.com/gpu": "1",
"2i2c:hub-name": "dask-staging",
},
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,
},
// showcase
{
instanceType: "r5.xlarge",
Expand Down Expand Up @@ -185,22 +153,6 @@ local notebookNodes = [
labels+: { "2i2c/hub-name": "itcoocean" },
tags+: { "2i2c:hub-name": "itcoocean" }
},
{
instanceType: "g4dn.xlarge",
namePrefix: "nb-itcoocean",
minSize: 0,
labels+: { "2i2c/hub-name": "itcoocean" },
tags+: {
"k8s.io/cluster-autoscaler/node-template/resources/nvidia.com/gpu": "1",
"2i2c:hub-name": "itcoocean",
},
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 All @@ -220,22 +172,6 @@ local notebookNodes = [
labels+: { "2i2c/hub-name": "cosmicds" },
tags+: { "2i2c:hub-name": "cosmicds" }
},
{
instanceType: "g4dn.xlarge",
namePrefix: "nb-cosmicds",
minSize: 0,
labels+: { "2i2c/hub-name": "cosmicds" },
tags+: {
"k8s.io/cluster-autoscaler/node-template/resources/nvidia.com/gpu": "1",
"2i2c:hub-name": "cosmicds",
},
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,
},
];


Expand Down

0 comments on commit 2eaa728

Please sign in to comment.