Skip to content

Commit

Permalink
feat(publick8s): arm64 nodes only available in zone 1
Browse files Browse the repository at this point in the history
  • Loading branch information
smerle33 committed Jun 5, 2023
1 parent d07989f commit 955fadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publick8s.tf
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ resource "azurerm_kubernetes_cluster_node_pool" "arm64small" {
enable_auto_scaling = true
min_count = 0
max_count = 10
zones = [3]
zones = [1]
vnet_subnet_id = data.azurerm_subnet.publick8s_tier.id
tags = local.default_tags
}
Expand Down

0 comments on commit 955fadd

Please sign in to comment.