Skip to content

Commit

Permalink
Merge pull request #3540 from yuvipanda/noagu-binder
Browse files Browse the repository at this point in the history
Decom agu-binder
  • Loading branch information
yuvipanda authored Dec 19, 2023
2 parents cd03443 + 2cf24bd commit 69bbbfc
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 203 deletions.
128 changes: 0 additions & 128 deletions config/clusters/2i2c/agu-binder.values.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions config/clusters/2i2c/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ hubs:
helm_chart_values_files:
- binder-staging.values.yaml
- enc-binder-staging.secret.values.yaml
- name: agu-binder
display_name: "2i2c AGU Demo Binder"
domain: agu-binder.2i2c.cloud
helm_chart: binderhub
helm_chart_values_files:
- agu-binder.values.yaml
- enc-agu-binder.secret.values.yaml
- name: imagebuilding-demo
display_name: "2i2c image building demo"
domain: imagebuilding-demo.2i2c.cloud
Expand Down
24 changes: 0 additions & 24 deletions config/clusters/2i2c/enc-agu-binder.secret.values.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions config/clusters/2i2c/enc-neurohackademy.secret.values.yaml

This file was deleted.

20 changes: 1 addition & 19 deletions terraform/gcp/projects/pilot-hubs.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -54,25 +54,7 @@ notebook_nodes = {
resource_labels : {
"community" : "temple"
},
},
"agu-binder" : {
min : 0,
max : 100,
machine_type : "n2-highmem-8",
node_version : "1.26.4-gke.1400",
disk_type : "pd-ssd",
labels : {
"2i2c.org/community" : "agu-binder"
},
taints : [{
key : "2i2c.org/community",
value : "agu-binder",
effect : "NO_SCHEDULE"
}],
resource_labels : {
"community" : "agu-binder"
},
},
}
}

# Setup a single node pool for dask workers.
Expand Down

0 comments on commit 69bbbfc

Please sign in to comment.