Difference between revisions of "Default node pool"
Jump to navigation
Jump to search
(Created page with " default_node_pool { name = "default" node_count = var.node_count vm_size = "Standard_A2_v2" } {{tf aks}}") |
|||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| + | {{lc}} | ||
| + | |||
default_node_pool { | default_node_pool { | ||
name = "default" | name = "default" | ||
| Line 7: | Line 9: | ||
| − | {{tf aks}} | + | [[os_sku]] |
| + | [[Terraform AKS module: enable auto scaling]] | ||
| + | |||
| + | |||
| + | * {{azurerm_kubernetes_cluster}} | ||
| + | * {{tf aks}} | ||
Latest revision as of 16:36, 18 July 2024
default_node_pool {
name = "default"
node_count = var.node_count
vm_size = "Standard_A2_v2"
}
os_sku Terraform AKS module: enable auto scaling
Advertising: