Skip to content

Commit f607636

Browse files
committed
set k8s to 1.32 and lts to false
1 parent 959fb57 commit f607636

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hack/aks/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ AZCLI ?= docker run --rm -v $(AZCFG):/root/.azure -v $(KUBECFG):/root/.kube -v
99

1010
# overrideable defaults
1111
AUTOUPGRADE ?= patch
12-
K8S_VER ?= 1.30
12+
K8S_VER ?= 1.32
1313
NODE_COUNT ?= 2
1414
NODE_COUNT_WIN ?= $(NODE_COUNT)
1515
NODEUPGRADE ?= NodeImage
@@ -25,7 +25,7 @@ PUBLIC_IP_ID ?= /subscriptions/$(SUB)/resourceGroups/$(GROUP)/providers/
2525
PUBLIC_IPv4 ?= $(PUBLIC_IP_ID)/$(IP_PREFIX)-$(CLUSTER)-v4
2626
PUBLIC_IPv6 ?= $(PUBLIC_IP_ID)/$(IP_PREFIX)-$(CLUSTER)-v6
2727
KUBE_PROXY_JSON_PATH ?= ./kube-proxy.json
28-
LTS ?= true
28+
LTS ?= false
2929

3030
# overrideable variables
3131
SUB ?= $(AZURE_SUBSCRIPTION)

0 commit comments

Comments
 (0)