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.
1 parent 959fb57 commit f607636Copy full SHA for f607636
hack/aks/Makefile
@@ -9,7 +9,7 @@ AZCLI ?= docker run --rm -v $(AZCFG):/root/.azure -v $(KUBECFG):/root/.kube -v
9
10
# overrideable defaults
11
AUTOUPGRADE ?= patch
12
-K8S_VER ?= 1.30
+K8S_VER ?= 1.32
13
NODE_COUNT ?= 2
14
NODE_COUNT_WIN ?= $(NODE_COUNT)
15
NODEUPGRADE ?= NodeImage
@@ -25,7 +25,7 @@ PUBLIC_IP_ID ?= /subscriptions/$(SUB)/resourceGroups/$(GROUP)/providers/
25
PUBLIC_IPv4 ?= $(PUBLIC_IP_ID)/$(IP_PREFIX)-$(CLUSTER)-v4
26
PUBLIC_IPv6 ?= $(PUBLIC_IP_ID)/$(IP_PREFIX)-$(CLUSTER)-v6
27
KUBE_PROXY_JSON_PATH ?= ./kube-proxy.json
28
-LTS ?= true
+LTS ?= false
29
30
# overrideable variables
31
SUB ?= $(AZURE_SUBSCRIPTION)
0 commit comments