Skip to content

Commit

Permalink
Target AzureLinux os sku
Browse files Browse the repository at this point in the history
  • Loading branch information
anpegush committed Feb 4, 2025
1 parent 813eb51 commit 32db7a9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ aks_cli_config_list = [
node_count = 2
vm_size = "Standard_D16_v4"
os_disk_type = "Managed"
os_sku = "AzureLinux"
only_critical_addons_enabled = true
temporary_name_for_rotation = "defaulttmp"
}
Expand All @@ -48,13 +49,15 @@ aks_cli_config_list = [
node_count = 1
auto_scaling_enabled = false
vm_size = "Standard_D16_v4"
os_sku = "AzureLinux"
node_labels = { "prometheus" = "true" }
},
{
name = "userpool0"
node_count = 3
auto_scaling_enabled = false
vm_size = "Standard_D16_v4"
os_sku = "AzureLinux"
node_taints = ["cri-resource-consume=true:NoSchedule"]
node_labels = { "cri-resource-consume" = "true" }
}
Expand Down

0 comments on commit 32db7a9

Please sign in to comment.