Skip to content

Commit

Permalink
k8s maintenance: cleanup old node pools now phased out
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed May 12, 2024
1 parent 0b8f798 commit f39ded6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
7 changes: 0 additions & 7 deletions terraform/gcp/projects/cloudbank.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@ enable_filestore = true
filestore_capacity_gb = 1024

notebook_nodes = {
# FIXME: tainted, to be deleted when empty, replaced by k8s upgraded variant
"n2-highmem-4" : {
min : 0,
max : 100,
machine_type : "n2-highmem-4",
node_version : "1.27.5-gke.200",
},
"n2-highmem-4-b" : {
min : 0,
max : 100,
Expand Down
9 changes: 0 additions & 9 deletions terraform/gcp/projects/leap.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,6 @@ notebook_nodes = {
max : 100,
machine_type : "n2-highmem-4",
},
# FIXME: tainted, to be deleted when empty, replaced by k8s upgraded variant
"n2-highmem-16" : {
# A minimum of one is configured for LEAP to ensure quick startups at all
# time. Cost is not a greater concern than optimizing startup times.
min : 1,
max : 100,
machine_type : "n2-highmem-16",
node_version : "1.27.4-gke.900",
},
"n2-highmem-16-c" : {
# A minimum of one is configured for LEAP to ensure quick startups at all
# time. Cost is not a greater concern than optimizing startup times.
Expand Down

0 comments on commit f39ded6

Please sign in to comment.