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 174a8b5
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ network_config_list = [
}
]

aks_cli_config_list = [
aks_config_list = [
{
role = "client"
aks_name = "cri-resource-consume"
Expand All @@ -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 174a8b5

Please sign in to comment.