Skip to content

Commit

Permalink
Add nodes for the workshop hub via eksctl
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibson91 committed Jan 9, 2025
1 parent 630ac7f commit 602680e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions eksctl/nmfs-openscapes.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ local notebookNodes = [
labels+: { "2i2c/hub-name": "prod" },
tags+: { "2i2c:hub-name": "prod" },
},
{
instanceType: "r5.xlarge",
namePrefix: "nb-workshop",
labels+: { "2i2c/hub-name": "workshop" },
tags+: { "2i2c:hub-name": "workshop" },
},
{
instanceType: "r5.4xlarge",
namePrefix: "nb-staging",
Expand All @@ -49,6 +55,12 @@ local notebookNodes = [
labels+: { "2i2c/hub-name": "prod" },
tags+: { "2i2c:hub-name": "prod" },
},
{
instanceType: "r5.4xlarge",
namePrefix: "nb-workshop",
labels+: { "2i2c/hub-name": "workshop" },
tags+: { "2i2c:hub-name": "workshop" },
},
{
instanceType: "r5.16xlarge",
namePrefix: "nb-staging",
Expand All @@ -61,6 +73,12 @@ local notebookNodes = [
labels+: { "2i2c/hub-name": "prod" },
tags+: { "2i2c:hub-name": "prod" },
},
{
instanceType: "r5.16xlarge",
namePrefix: "nb-workshop",
labels+: { "2i2c/hub-name": "workshop" },
tags+: { "2i2c:hub-name": "workshop" },
},
];
local daskNodes = [];

Expand Down

0 comments on commit 602680e

Please sign in to comment.