Skip to content

Commit

Permalink
Merge pull request #3617 from consideRatio/pr/cleanup-replaced-nodepool
Browse files Browse the repository at this point in the history
terraform, 2i2c-uk and callysto: cleanup replaced node pool
  • Loading branch information
consideRatio authored Jan 16, 2024
2 parents f38c1f4 + 885ee0e commit e5823e5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions terraform/gcp/projects/2i2c-uk.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ enable_filestore = true
filestore_capacity_gb = 1024

notebook_nodes = {
# FIXME: Delete this node pool when its empty, its replaced by n2-highmem-4
"user" : {
min : 0,
max : 100,
machine_type : "n2-highmem-4",
},
"n2-highmem-4" : {
min : 0,
max : 100,
Expand Down
6 changes: 0 additions & 6 deletions terraform/gcp/projects/callysto.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ enable_filestore = true
filestore_capacity_gb = 1024

notebook_nodes = {
# FIXME: Delete this node pool when its empty, its replaced by n2-highmem-4
"user" : {
min : 0,
max : 100,
machine_type : "n2-highmem-4",
},
"n2-highmem-4" : {
min : 0,
max : 100,
Expand Down

0 comments on commit e5823e5

Please sign in to comment.