Skip to content

Commit 959fb57

Browse files
committed
updated lts to true and revert k8s back to 1.30
1 parent 1922c29 commit 959fb57

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.32
12+
K8S_VER ?= 1.30
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 ?= false
28+
LTS ?= true
2929

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

0 commit comments

Comments
 (0)