We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a42a30a + eb5caa6 commit 7ce47b1Copy full SHA for 7ce47b1
config/jobs/kubernetes/sig-autoscaling/azure/cluster-autoscaler-azure-presubmits.yaml
@@ -43,6 +43,10 @@ presubmits:
43
value: authorization.azure.com/*;managedidentity.azure.com/* # needed for this CLUSTER_TEMPLATE
44
- name: KUBERNETES_VERSION
45
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
50
- name: CLUSTER_TEMPLATE
51
value: ${GOPATH}/src/k8s.io/autoscaler/cluster-autoscaler/cloudprovider/azure/test/templates/cluster-template-prow-aks-aso-cluster-autoscaler.yaml
52
# docker-in-docker needs privileged mode
0 commit comments