Skip to content

Commit

Permalink
Merge pull request #5116 from GeorgianaElena/2i2c-aws-us-split
Browse files Browse the repository at this point in the history
Follow up to 2i2c aws us split
  • Loading branch information
GeorgianaElena authored Nov 15, 2024
2 parents 374f89f + 04d8a08 commit 73b7f57
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions config/clusters/2i2c-aws-us/cosmicds.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jupyterhub:
singleuser:
nodeSelector:
2i2c/hub-name: cosmicds
node.kubernetes.io/instance-type: r5.xlarge
# No persistent storage should be kept to reduce any potential data
# retention & privacy issues.
# Ref https://github.com/2i2c-org/infrastructure/issues/2128#issuecomment-1635107926
Expand Down
1 change: 1 addition & 0 deletions config/clusters/2i2c-aws-us/staging.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ jupyterhub:
singleuser:
nodeSelector:
2i2c/hub-name: staging
node.kubernetes.io/instance-type: r5.xlarge
extraEnv:
SCRATCH_BUCKET: s3://2i2c-aws-us-scratch-staging/$(JUPYTERHUB_USER)
14 changes: 7 additions & 7 deletions eksctl/2i2c-aws-us.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -136,38 +136,38 @@ local notebookNodes = [
// itcoocean
{
instanceType: "r5.xlarge",
namePrefix: "itcoocean",
namePrefix: "nb-itcoocean",
labels+: { "2i2c/hub-name": "itcoocean" },
tags+: { "2i2c:hub-name": "itcoocean" }
},
{
instanceType: "r5.4xlarge",
namePrefix: "itcoocean",
namePrefix: "nb-itcoocean",
labels+: { "2i2c/hub-name": "itcoocean" },
tags+: { "2i2c:hub-name": "itcoocean" }
},
{
instanceType: "r5.16xlarge",
namePrefix: "itcoocean",
namePrefix: "nb-itcoocean",
labels+: { "2i2c/hub-name": "itcoocean" },
tags+: { "2i2c:hub-name": "itcoocean" }
},
// cosmicds
{
instanceType: "r5.xlarge",
namePrefix: "cosmicds",
namePrefix: "nb-cosmicds",
labels+: { "2i2c/hub-name": "cosmicds" },
tags+: { "2i2c:hub-name": "cosmicds" }
},
{
instanceType: "r5.4xlarge",
namePrefix: "cosmicds",
namePrefix: "nb-cosmicds",
labels+: { "2i2c/hub-name": "cosmicds" },
tags+: { "2i2c:hub-name": "cosmicds" }
},
{
instanceType: "r5.16xlarge",
namePrefix: "cosmicds",
namePrefix: "nb-cosmicds",
labels+: { "2i2c/hub-name": "cosmicds" },
tags+: { "2i2c:hub-name": "cosmicds" }
},
Expand All @@ -186,7 +186,7 @@ local daskNodes = [
// node pool, see https://github.com/2i2c-org/infrastructure/issues/2687.
//
{
namePrefix: "dask-staging",
namePrefix: "dask-dask-staging",
labels+: { "2i2c/hub-name": "dask-staging" },
tags+: { "2i2c:hub-name": "dask-staging" },
instancesDistribution+: { instanceTypes: ["r5.4xlarge"] }
Expand Down

0 comments on commit 73b7f57

Please sign in to comment.