Skip to content

Commit

Permalink
Update OS SKU to AzureLinux
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Augspurger committed Oct 24, 2023
1 parent 8f75b8e commit d64f752
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deployment/terraform/resources/aks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ resource "azurerm_kubernetes_cluster" "pc" {

default_node_pool {
name = "agentpool"
os_sku = "AzureLinux"
vm_size = "Standard_DS2_v2"
node_count = var.aks_node_count
vnet_subnet_id = azurerm_subnet.node_subnet.id
orchestrator_version = var.k8s_version

# remove this after deploying
temporary_name_for_rotation = "tmpdefault"
}

identity {
Expand Down

0 comments on commit d64f752

Please sign in to comment.