Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decommission NCAR-CISL hub #5441

Merged
merged 3 commits into from
Jan 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions config/clusters/2i2c-aws-us/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,6 @@ hubs:
- daskhub-common.values.yaml
- showcase.values.yaml
- enc-showcase.secret.values.yaml
- name: ncar-cisl
display_name: "NCAR-CISL for UCAR"
domain: ncar-cisl.2i2c.cloud
helm_chart: daskhub
helm_chart_values_files:
- daskhub-common.values.yaml
- ncar-cisl.values.yaml
- enc-ncar-cisl.secret.values.yaml
- name: cosmicds
display_name: "Cosmic DS"
domain: cosmicds.2i2c.cloud
Expand Down
21 changes: 0 additions & 21 deletions config/clusters/2i2c-aws-us/enc-ncar-cisl.secret.values.yaml

This file was deleted.

266 changes: 0 additions & 266 deletions config/clusters/2i2c-aws-us/ncar-cisl.values.yaml

This file was deleted.

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
7 changes: 0 additions & 7 deletions terraform/aws/projects/2i2c-aws-us.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ user_buckets = {
"delete_after" : null,
"tags" : { "2i2c:hub-name" : "showcase" },
},
"scratch-ncar-cisl" : {
"delete_after" : 7,
"tags" : { "2i2c:hub-name" : "ncar-cisl" },
},
}

hub_cloud_permissions = {
Expand All @@ -41,7 +37,4 @@ hub_cloud_permissions = {
"persistent-showcase",
],
},
"ncar-cisl" : {
bucket_admin_access : ["scratch-ncar-cisl"],
},
}