Skip to content

Commit

Permalink
terraform, qcl: partially apply node-purpose infra labels
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Nov 13, 2023
1 parent 38f00d9 commit f152e57
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions terraform/gcp/projects/qcl.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ k8s_versions = {
notebook_nodes_version : "1.27.4-gke.900",
}

# FIXME: Remove temp_opt_out_node_purpose_label_core_nodes when a node upgrade can be
# done. See https://github.com/2i2c-org/infrastructure/issues/3405.
temp_opt_out_node_purpose_label_core_nodes = true

core_node_machine_type = "n2-highmem-2"
enable_network_policy = true

Expand All @@ -27,10 +31,13 @@ user_buckets = {
}

notebook_nodes = {
# FIXME: Remove temp_opt_out_node_purpose_label when a node upgrade can be
# done. See https://github.com/2i2c-org/infrastructure/issues/3405.
"n2-highmem-4" : {
min : 0,
max : 100,
machine_type : "n2-highmem-4",
temp_opt_out_node_purpose_label : true,
},
"n2-highmem-16" : {
min : 0,
Expand Down

0 comments on commit f152e57

Please sign in to comment.