Skip to content

Commit

Permalink
qcl: upgrade k8s cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Nov 5, 2023
1 parent 5b8831a commit bc2f75c
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions terraform/gcp/projects/qcl.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ region = "europe-west1"
regional_cluster = true

k8s_versions = {
min_master_version : "1.25.10-gke.2700",
core_nodes_version : "1.24.9-gke.3200",
notebook_nodes_version : "1.25.10-gke.2700",
min_master_version : "1.27.4-gke.900",
core_nodes_version : "1.27.4-gke.900",
notebook_nodes_version : "1.27.4-gke.900",
}

core_node_machine_type = "n2-highmem-2"
Expand All @@ -27,13 +27,10 @@ user_buckets = {
}

notebook_nodes = {
# FIXME: Rename this to "n2-highmem-4" when given the chance and no such nodes are running
# FIXME: Remove the node_version pin when give the chance and no such nodes are running
"small" : {
"n2-highmem-4" : {
min : 0,
max : 100,
machine_type : "n2-highmem-4",
node_version : "1.24.9-gke.3200",
},
"n2-highmem-16" : {
min : 0,
Expand Down

0 comments on commit bc2f75c

Please sign in to comment.