Skip to content

Commit 908205d

Browse files
committed
terraform, qcl: partially apply node-purpose infra labels
1 parent 4175b7f commit 908205d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

terraform/gcp/projects/qcl.tfvars

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ k8s_versions = {
1111
notebook_nodes_version : "1.27.4-gke.900",
1212
}
1313

14+
# FIXME: Remove temp_opt_out_node_purpose_label_core_nodes when a node upgrade can be
15+
# done. See https://github.com/2i2c-org/infrastructure/issues/3405.
16+
temp_opt_out_node_purpose_label_core_nodes = true
17+
1418
core_node_machine_type = "n2-highmem-2"
1519
enable_network_policy = true
1620

@@ -27,10 +31,13 @@ user_buckets = {
2731
}
2832

2933
notebook_nodes = {
34+
# FIXME: Remove temp_opt_out_node_purpose_label when a node upgrade can be
35+
# done. See https://github.com/2i2c-org/infrastructure/issues/3405.
3036
"n2-highmem-4" : {
3137
min : 0,
3238
max : 100,
3339
machine_type : "n2-highmem-4",
40+
temp_opt_out_node_purpose_label : true,
3441
},
3542
"n2-highmem-16" : {
3643
min : 0,

0 commit comments

Comments
 (0)