Skip to content

Commit

Permalink
Merge pull request #4694 from sgibson91/decomission-neurohackademy
Browse files Browse the repository at this point in the history
Decommission Neurohackademy hub
  • Loading branch information
sgibson91 authored Aug 27, 2024
2 parents 400ae8d + ca769a6 commit ac1e27d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 240 deletions.
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 @@ -60,11 +60,3 @@ hubs:
- basehub-common.values.yaml
- cosmicds.values.yaml
- enc-cosmicds.secret.values.yaml
- name: neurohackademy
display_name: "Neurohackademy"
domain: neurohackademy.2i2c.cloud
helm_chart: basehub
helm_chart_values_files:
- basehub-common.values.yaml
- neurohackademy.values.yaml
- enc-neurohackademy.secret.values.yaml
25 changes: 0 additions & 25 deletions config/clusters/2i2c-aws-us/enc-neurohackademy.secret.values.yaml

This file was deleted.

176 changes: 0 additions & 176 deletions config/clusters/2i2c-aws-us/neurohackademy.values.yaml

This file was deleted.

31 changes: 0 additions & 31 deletions eksctl/2i2c-aws-us.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -40,37 +40,6 @@ local notebookNodes = [
// GPUs in a single AZ are in use and no new nodes can be spawned
availabilityZones: masterAzs,
},
{
instanceType: "r5.xlarge",
nameSuffix: 'dedicated',
labels+: {
"2i2c.org/community": "neurohackademy"
},
tags+: {
"community": "neurohackademy"
},
taints+: {
"2i2c.org/community": "neurohackademy:NoSchedule"
},
},
{
instanceType: "g4dn.xlarge",
nameSuffix: 'dedicated',
labels+: {
"2i2c.org/community": "neurohackademy"
},
tags+: {
"k8s.io/cluster-autoscaler/node-template/resources/nvidia.com/gpu": "1",
"community": "neurohackademy"
},
taints+: {
"nvidia.com/gpu": "present:NoSchedule",
"2i2c.org/community": "neurohackademy: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 ac1e27d

Please sign in to comment.