Skip to content

Commit a9d935b

Browse files
committed
Linux101-MinNodes-2
1 parent ef8d1d2 commit a9d935b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform-manifests/09-aks-cluster-linux-user-nodepools.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resource "azurerm_kubernetes_cluster_node_pool" "linux101" {
55
enable_auto_scaling = true
66
kubernetes_cluster_id = azurerm_kubernetes_cluster.aks_cluster.id
77
max_count = 3
8-
min_count = 1
8+
min_count = 2
99
mode = "User"
1010
name = "linux101"
1111
orchestrator_version = data.azurerm_kubernetes_service_versions.current.latest_version

0 commit comments

Comments
 (0)