Skip to content

Commit

Permalink
Merge pull request #3499 from yuvipanda/nojackeddy
Browse files Browse the repository at this point in the history
Decomission jackeddy hub
  • Loading branch information
yuvipanda authored Dec 5, 2023
2 parents decb3e7 + 8f98c0e commit ac42c6b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 190 deletions.
8 changes: 0 additions & 8 deletions config/clusters/2i2c/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,3 @@ hubs:
- basehub-common.values.yaml
- mtu.values.yaml
- enc-mtu.secret.values.yaml
- name: jackeddy
display_name: "Jack Eddy Symposium"
domain: jackeddy.2i2c.cloud
helm_chart: daskhub
helm_chart_values_files:
- daskhub-common.values.yaml
- jackeddy.values.yaml
- enc-jackeddy.secret.values.yaml
164 changes: 0 additions & 164 deletions config/clusters/2i2c/jackeddy.values.yaml

This file was deleted.

19 changes: 1 addition & 18 deletions terraform/gcp/projects/pilot-hubs.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -102,24 +102,7 @@ notebook_nodes = {
resource_labels : {
"community" : "temple"
},
},
# Nodepool for jackeddy symposium. https://github.com/2i2c-org/infrastructure/issues/3166
"jackeddy" : {
min : 0,
max : 100,
machine_type : "n2-highmem-16",
labels : {
"2i2c.org/community" : "jackeddy"
},
taints : [{
key : "2i2c.org/community",
value : "jackeddy",
effect : "NO_SCHEDULE"
}],
resource_labels : {
"community" : "jackeddy"
},
},
}
}

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

0 comments on commit ac42c6b

Please sign in to comment.