Skip to content

Commit f7d11e5

Browse files
committed
update k8s version
1 parent aedce3a commit f7d11e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/aks/Makefile

Lines changed: 1 addition & 1 deletion
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.27 # Designated for Long Term Support, July 2025 | Only Ubuntu 22.04 is supported
12+
K8S_VER ?= 1.27.16 # Designated for Long Term Support, July 2025 | Only Ubuntu 22.04 is supported
1313
NODE_COUNT ?= 2
1414
NODEUPGRADE ?= NodeImage
1515
OS_SKU ?= Ubuntu

0 commit comments

Comments
 (0)