Skip to content

Commit 8da7316

Browse files
authored
Merge pull request #8727 from k8s-infra-cherrypick-robot/cherry-pick-8722-to-cluster-autoscaler-release-1.33
[cluster-autoscaler-release-1.33] azure: enable testing with LTS on AKS
2 parents ff782f6 + c4c1525 commit 8da7316

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)