Skip to content

Commit 0657ce1

Browse files
committed
qcl: upgrade k8s cluster
1 parent df7c983 commit 0657ce1

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

terraform/gcp/projects/qcl.tfvars

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ region = "europe-west1"
66
regional_cluster = true
77

88
k8s_versions = {
9-
min_master_version : "1.25.10-gke.2700",
10-
core_nodes_version : "1.24.9-gke.3200",
11-
notebook_nodes_version : "1.25.10-gke.2700",
9+
min_master_version : "1.27.4-gke.900",
10+
core_nodes_version : "1.27.4-gke.900",
11+
notebook_nodes_version : "1.27.4-gke.900",
1212
}
1313

1414
core_node_machine_type = "n2-highmem-2"
@@ -27,13 +27,10 @@ user_buckets = {
2727
}
2828

2929
notebook_nodes = {
30-
# FIXME: Rename this to "n2-highmem-4" when given the chance and no such nodes are running
31-
# FIXME: Remove the node_version pin when give the chance and no such nodes are running
32-
"small" : {
30+
"n2-highmem-4" : {
3331
min : 0,
3432
max : 100,
3533
machine_type : "n2-highmem-4",
36-
node_version : "1.24.9-gke.3200",
3734
},
3835
"n2-highmem-16" : {
3936
min : 0,

0 commit comments

Comments
 (0)