Skip to content

Commit

Permalink
terraform, utoronto: cleanup old user node pool
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jan 9, 2024
1 parent 04f9369 commit ed82584
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions terraform/azure/projects/utoronto.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -42,25 +42,9 @@ core_node_pool = {
}

user_node_pools = {
"default" : {
name : "nbdefault",
# NOTE: min-max below was set to 0-86 retroactively to align with
# observed state without understanding on why 0-86 was picked.
min : 0,
max : 86,
# FIXME: upgrade user nodes vm_size to Standard_E8s_v5
vm_size : "Standard_E8s_v3",
# FIXME: remove this label
labels : {
"hub.jupyter.org/node-size" = "Standard_E8s_v3",
},
kubernetes_version : "1.26.3",
# FIXME: stop using persistent disks for the nodes, use Temporary instead
kubelet_disk_type : "OS",
},
"usere8sv5" : {
min : 0,
max : 100,
vm_size : "Standard_E8s_v5",
}
},
}

0 comments on commit ed82584

Please sign in to comment.