Skip to content

Commit 7ce47b1

Browse files
authored
Merge pull request #35826 from jackfrancis/ca-caps-aks-lts
autoscaling: use AKS LTS for CAPZ E2E tests
2 parents a42a30a + eb5caa6 commit 7ce47b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/jobs/kubernetes/sig-autoscaling/azure/cluster-autoscaler-azure-presubmits.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ presubmits:
4343
value: authorization.azure.com/*;managedidentity.azure.com/* # needed for this CLUSTER_TEMPLATE
4444
- name: KUBERNETES_VERSION
4545
value: "1.33" # latest available in AKS
46+
- name: AKS_TIER
47+
value: "Premium" # required for LTS
48+
- name: AKS_SUPPORT_PLAN
49+
value: "AKSLongTermSupport" # Use LTS
4650
- name: CLUSTER_TEMPLATE
4751
value: ${GOPATH}/src/k8s.io/autoscaler/cluster-autoscaler/cloudprovider/azure/test/templates/cluster-template-prow-aks-aso-cluster-autoscaler.yaml
4852
# docker-in-docker needs privileged mode

0 commit comments

Comments
 (0)