Skip to content

Commit

Permalink
Add auto_scaler_profile (#42)
Browse files Browse the repository at this point in the history
add autoscaler config for zonal nodepools
  • Loading branch information
vaibhav-dhawan authored Dec 6, 2023
1 parent 9a1ef7a commit 3d76ad6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions aks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ resource "azurerm_kubernetes_cluster" "aks" {
log_analytics_workspace_id = azurerm_log_analytics_workspace.logs.id
}

auto_scaler_profile {
balance_similar_node_groups = true
}

network_profile {
load_balancer_sku = "standard"
network_plugin = "azure"
Expand Down

0 comments on commit 3d76ad6

Please sign in to comment.