Skip to content

Commit

Permalink
Enable API Server VNET Integration
Browse files Browse the repository at this point in the history
  • Loading branch information
zioproto committed Jun 6, 2024
1 parent 6977593 commit 4aaba8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ resource "azurerm_kubernetes_cluster" "this" {
max_surge = "10%"
}
}
api_server_access_profile {
vnet_integration_enabled = true
}
auto_scaler_profile {
balance_similar_node_groups = true
}
Expand Down

0 comments on commit 4aaba8c

Please sign in to comment.