Skip to content

Commit

Permalink
utoronto, terraform: refine comments slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jan 10, 2024
1 parent d02bc52 commit e60dfbb
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions terraform/azure/projects/utoronto.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,20 @@ node_pools = {
{
name : "core",

# FIXME: transition to "Standard_E2s_v5" nodes as they are large enough and
# can more cheaply handle being forced to have 2-3 replicas for silly
# reasons like three calico-typha pods. See
# https://github.com/2i2c-org/infrastructure/issues/3592#issuecomment-1883269632.
# FIXME: Transition to "Standard_E2s_v5" nodes as they are large enough to
# for the biggest workload (prometheus-server) and can handle high
# availability requirements better.
#
# We are currently forced to handle three calico-typha pods that
# can't schedule on the same node, see https://github.com/2i2c-org/infrastructure/issues/3592#issuecomment-1883269632.
#
vm_size : "Standard_E4s_v3",

# core nodes doesn't need much disk space
os_disk_size_gb : 40,

# FIXME: stop using persistent disks for the nodes, use the variable default
# "Temporary" instead
# FIXME: Stop using persistent disks for the nodes, use the variable default
# "Temporary" instead by removing this line.
kubelet_disk_type : "OS",

min : 1,
Expand Down

0 comments on commit e60dfbb

Please sign in to comment.