From cc901e205a9c6795fc3e7bbdd047dbcdfb4c20a5 Mon Sep 17 00:00:00 2001 From: Jon Huhn Date: Fri, 31 Oct 2025 10:59:12 -0500 Subject: [PATCH] azure: enable testing with LTS on AKS --- .../cluster-template-prow-aks-aso-cluster-autoscaler.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cluster-autoscaler/cloudprovider/azure/test/templates/cluster-template-prow-aks-aso-cluster-autoscaler.yaml b/cluster-autoscaler/cloudprovider/azure/test/templates/cluster-template-prow-aks-aso-cluster-autoscaler.yaml index 4f06fb38e1fd..7c30c5fb3b3b 100644 --- a/cluster-autoscaler/cloudprovider/azure/test/templates/cluster-template-prow-aks-aso-cluster-autoscaler.yaml +++ b/cluster-autoscaler/cloudprovider/azure/test/templates/cluster-template-prow-aks-aso-cluster-autoscaler.yaml @@ -49,6 +49,10 @@ spec: enabled: true servicePrincipalProfile: clientId: msi + sku: + name: Base + tier: ${AKS_TIER:=Standard} + supportPlan: ${AKS_SUPPORT_PLAN:=KubernetesOfficial} tags: buildProvenance: ${BUILD_PROVENANCE} creationTimestamp: ${TIMESTAMP}