Skip to content

Commit d4c3829

Browse files
authored
Merge pull request #8722 from nojnhuh/azure-aks-lts
azure: enable testing with LTS on AKS
2 parents b77286a + b6246d6 commit d4c3829

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cluster-autoscaler/cloudprovider/azure/test/templates/cluster-template-prow-aks-aso-cluster-autoscaler.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ spec:
4949
enabled: true
5050
servicePrincipalProfile:
5151
clientId: msi
52+
sku:
53+
name: Base
54+
tier: ${AKS_TIER:=Standard}
55+
supportPlan: ${AKS_SUPPORT_PLAN:=KubernetesOfficial}
5256
tags:
5357
buildProvenance: ${BUILD_PROVENANCE}
5458
creationTimestamp: ${TIMESTAMP}

0 commit comments

Comments
 (0)