Skip to content

Commit f53006b

Browse files
authored
Update 09-aks-cluster-linux-user-nodepools.tf
1 parent 71ac1f0 commit f53006b

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
@@ -11,7 +11,7 @@ resource "azurerm_kubernetes_cluster_node_pool" "linux101" {
1111
orchestrator_version = data.azurerm_kubernetes_service_versions.current.latest_version
1212
os_disk_size_gb = 30
1313
os_type = "Linux" # Default is Linux, we can change to Windows
14-
vm_size = "Standard_DS2_v2"
14+
vm_size = "Standard_DS3_v2"
1515
priority = "Regular" # Default is Regular, we can change to Spot with additional settings like eviction_policy, spot_max_price, node_labels and node_taints
1616
node_labels = {
1717
"nodepool-type" = "user"

0 commit comments

Comments
 (0)