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 aedce3a commit f7d11e5Copy full SHA for f7d11e5
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.27 # Designated for Long Term Support, July 2025 | Only Ubuntu 22.04 is supported
+K8S_VER ?= 1.27.16 # Designated for Long Term Support, July 2025 | Only Ubuntu 22.04 is supported
13
NODE_COUNT ?= 2
14
NODEUPGRADE ?= NodeImage
15
OS_SKU ?= Ubuntu
0 commit comments