Skip to content

Commit 69bbbfc

Browse files
authored
Merge pull request #3540 from yuvipanda/noagu-binder
Decom agu-binder
2 parents cd03443 + 2cf24bd commit 69bbbfc

File tree

5 files changed

+1
-203
lines changed

5 files changed

+1
-203
lines changed

config/clusters/2i2c/agu-binder.values.yaml

Lines changed: 0 additions & 128 deletions
This file was deleted.

config/clusters/2i2c/cluster.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,6 @@ hubs:
4040
helm_chart_values_files:
4141
- binder-staging.values.yaml
4242
- enc-binder-staging.secret.values.yaml
43-
- name: agu-binder
44-
display_name: "2i2c AGU Demo Binder"
45-
domain: agu-binder.2i2c.cloud
46-
helm_chart: binderhub
47-
helm_chart_values_files:
48-
- agu-binder.values.yaml
49-
- enc-agu-binder.secret.values.yaml
5043
- name: imagebuilding-demo
5144
display_name: "2i2c image building demo"
5245
domain: imagebuilding-demo.2i2c.cloud

config/clusters/2i2c/enc-agu-binder.secret.values.yaml

Lines changed: 0 additions & 24 deletions
This file was deleted.

config/clusters/2i2c/enc-neurohackademy.secret.values.yaml

Lines changed: 0 additions & 25 deletions
This file was deleted.

terraform/gcp/projects/pilot-hubs.tfvars

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -54,25 +54,7 @@ notebook_nodes = {
5454
resource_labels : {
5555
"community" : "temple"
5656
},
57-
},
58-
"agu-binder" : {
59-
min : 0,
60-
max : 100,
61-
machine_type : "n2-highmem-8",
62-
node_version : "1.26.4-gke.1400",
63-
disk_type : "pd-ssd",
64-
labels : {
65-
"2i2c.org/community" : "agu-binder"
66-
},
67-
taints : [{
68-
key : "2i2c.org/community",
69-
value : "agu-binder",
70-
effect : "NO_SCHEDULE"
71-
}],
72-
resource_labels : {
73-
"community" : "agu-binder"
74-
},
75-
},
57+
}
7658
}
7759

7860
# Setup a single node pool for dask workers.

0 commit comments

Comments
 (0)